deno / latest / ~ / webassembly.globaldescriptor.html

WebAssembly.GlobalDescriptor

The GlobalDescriptor describes the options you can pass to new WebAssembly.Global().

interface GlobalDescriptor {
    
mutable?: boolean;
value: ValueType;
}

Properties

mutable?: boolean
value: ValueType