Expand description
All the runtime support necessary for the wasm to cranelift translation is formalized by the
traits FunctionEnvMutironment
.
Enums§
- Global
Variable - The value of a WebAssembly global variable.
- Return
Mode - How to return from functions.
Traits§
- Func
Environment - Environment affecting the translation of a single WebAssembly function.
- Target
Environment - Environment affecting the translation of a WebAssembly.