pub fn parse_function_section(
functions: FunctionSectionReader<'_>,
environ: &mut ModuleEnvironment<'_>,
) -> WasmResult<()>Expand description
Parses the Function section of the wasm module.
pub fn parse_function_section(
functions: FunctionSectionReader<'_>,
environ: &mut ModuleEnvironment<'_>,
) -> WasmResult<()>Parses the Function section of the wasm module.