Module module_globals

Source
Expand description

Intermediate representation of the globals.

Structs§

Global
Globals in a wasm module.
ImportedGlobal
Represents a global that is imported into the module.
LocalGlobal
Represents a global that is locally defined in the module.
ModuleGlobals
The globals section of a module

Enums§

GlobalKind
Represents whether a Global is Local or Imported