Skip to main content

compile_function_with_externs

Function compile_function_with_externs 

Source
pub fn compile_function_with_externs(
    compiler: &mut Compiler,
    module_name: &str,
    fn_name: &str,
    externs: BTreeMap<u32, ExternalFnKind>,
) -> Result<Kernel>