wasmedge_sys::instance

Module 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.