Expand description
Intermediate representation of the globals.
Structs§
- Global
- Globals in a wasm module.
- Imported
Global - Represents a global that is imported into the module.
- Local
Global - Represents a global that is locally defined in the module.
- Module
Globals - The globals section of a module
Enums§
- Global
Kind - Represents whether a Global is Local or Imported