Type Definition cranelift_wasm::GlobalIndex [−][src]
type GlobalIndex = usize;
Index of a global variable (imported or defined) inside the WebAssembly module.
type GlobalIndex = usize;
Index of a global variable (imported or defined) inside the WebAssembly module.