On this page
WebAssembly.GlobalDescriptor
The GlobalDescriptor
describes the options you can pass to new WebAssembly.Global()
.
interface GlobalDescriptor {
mutable?: boolean;
value: ValueType;
}
© 2018–2022 the Deno authors
https://doc.deno.land/deno/stable/~/WebAssembly.GlobalDescriptor