Module wasmedge_sys::instance::global
source · Expand description
Defines WasmEdge Global and GlobalType structs.
A WasmEdge Global
defines a global variable, which stores a single value of the given GlobalType
.
GlobalType
specifies whether a global variable is immutable or mutable.
Structs
- Defines a WebAssembly global variable, which stores a single value of the given type and a flag indicating whether it is mutable or not.
- Defines the type of a wasm global variable.