Skip to main content

emit_local_function

Function emit_local_function 

Source
pub(crate) fn emit_local_function(
    isa: &dyn TargetIsa,
    target: &Target,
    index: LocalFunctionIndex,
    function_name: &str,
    module_name: Option<&str>,
    function: &CompiledFunction,
    source_map: &WasmSourceMap,
    fde: Option<FrameDescriptionEntry>,
    lsda: Option<FunctionLsdaData>,
) -> Result<Vec<u8>, CompileError>
Expand description

Serialize a single compiled function into its own relocatable object file.