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