pub fn parse_global_section(
globals: GlobalSectionReader<'_>,
environ: &mut ModuleEnvironment<'_>,
) -> WasmResult<()>
Expand description
Parses the Global section of the wasm module.
pub fn parse_global_section(
globals: GlobalSectionReader<'_>,
environ: &mut ModuleEnvironment<'_>,
) -> WasmResult<()>
Parses the Global section of the wasm module.