WebWasmWebAssembly.GlobalDescriptorinterface WebAssembly.GlobalDescriptorThe GlobalDescriptor describes the options you can pass to new WebAssembly.Global(). Properties ##mutable: boolean optionalWhether the global variable can be modified after creation. Defaults to false. #value: ValueType The data type of the global variable.
interface WebAssembly.GlobalDescriptorThe GlobalDescriptor describes the options you can pass to new WebAssembly.Global(). Properties ##mutable: boolean optionalWhether the global variable can be modified after creation. Defaults to false. #value: ValueType The data type of the global variable.