Structs§
- Function
Body Data - Contains function data: bytecode and its offset in the module.
- Module
Environment - The result of translating via
ModuleEnvironment. Function bodies are not yet translated, and data initializers have not yet been copied out of the original buffer. The function bodies will be translated by a specific compiler backend.
Traits§
- Function
Binary Reader - Trait for iterating over the operators of a Wasm Function