Function come::backend::wasm::generate_function

source ·
fn generate_function(
    result: (&mut TypeSection, &mut FunctionSection, &mut ExportSection, &mut CodeSection),
    function_definition: &FunctionDefinition,
    control_flow_root: &ControlFlowElement
)