Function wasmer_compiler::translator::sections::parse_function_section

source ยท
pub fn parse_function_section(
    functions: FunctionSectionReader<'_>,
    environ: &mut ModuleEnvironment<'_>,
) -> WasmResult<()>
Expand description

Parses the Function section of the wasm module.