Module module

Source
Expand description

Intermediate Representation of a wasm module.

Modules§

module_exports
Intermediate Representation of a Module’s Exports
module_functions
Intermediate Representation of a Function
module_globals
Intermediate representation of the globals.
module_imports
Intermediate Representation of a Module’s Imports
module_memories
module_tables
Intermediate representation of the Tables in a Module
module_types
Intermediate representation of Module Types

Structs§

Module
Intermediate Representation of a wasm module. See the WASM Spec for different sections.

Traits§

GetID
LocalOrImport
Push