pub fn parse_start_section(
index: u32,
environ: &mut ModuleEnvironment<'_>,
) -> WasmResult<()>
Expand description
Parses the Start section of the wasm module.
pub fn parse_start_section(
index: u32,
environ: &mut ModuleEnvironment<'_>,
) -> WasmResult<()>
Parses the Start section of the wasm module.