Module wasmer_compiler::translator::environ
source · Structs§
- Contains function data: bytecode and its offset in the module.
- 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§
- Trait for iterating over the operators of a Wasm Function