Expand description
The model of the WebAssembly syntax.
Re-exports§
pub use indices::*;pub use instruction::*;pub use module::*;pub use types::*;pub use values::*;
Modules§
- indices
- Definitions are referenced with zero-based indices. Each class of definition has its own index space, as distinguished by the following classes.
- instruction
- WebAssembly instruction set.
- module
- WebAssembly model of modules and their segments.
- types
- Model for types in the WebAssembly syntax.
- values
- Model for values in the WebAssembly syntax.
Enums§
- Model
Error - An error in a WebAssembly module model.