Function wasmer_compiler::translator::sections::parse_global_section

source ยท
pub fn parse_global_section(
    globals: GlobalSectionReader<'_>,
    environ: &mut ModuleEnvironment<'_>,
) -> WasmResult<()>
Expand description

Parses the Global section of the wasm module.