Module environ

Source

Structs§

FunctionBodyData
Contains function data: bytecode and its offset in the module.
ModuleEnvironment
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§

FunctionBinaryReader
Trait for iterating over the operators of a Wasm Function