Skip to main content

compile

Function compile 

Source
pub fn compile(
    source: &str,
    target: CompileTarget,
) -> Result<Vec<u8>, KoreError>
Expand description

Compile KORE source to the specified target