Skip to main content

compile_kernel

Function compile_kernel 

Source
pub fn compile_kernel(
    source: &str,
    language: Language,
) -> Result<Vec<u8>, RuntimeError>
Expand description

Compile kernel source code to a WAVE binary.

ยงErrors

Returns RuntimeError::Compile if the source cannot be parsed or compiled.