WebAssembly.Global 的描述符对象。
WebAssembly.Global
The descriptor object for a WebAssembly.Global.
Optional
一个布尔值,指定全局变量是否可变。
A boolean specifying whether the global is mutable.
全局变量的数据类型。
The data type of the global variable.
Zh
WebAssembly.Global
的描述符对象。En
The descriptor object for a
WebAssembly.Global
.