Expand description
JIT-style runtime for WebAssembly using Cranelift.
Modules§
Structs§
- Code
Memory - Memory manager for executable code.
- Compilation
- Compiled
Module - A compiled wasm module, ready to be instantiated.
- Compiler
- A WebAssembly code JIT compiler.
- Null
Resolver Resolver
implementation that always resolves toNone
.
Enums§
- Compilation
Strategy - Select which kind of compilation to use.
- Setup
Error - An error condition while setting up a wasm instance, be it validation, compilation, or instantiation.
Constants§
- VERSION
- Version number of this crate.
Traits§
- Resolver
- Import resolver connects imports with available exported values.
Functions§
- link_
module - Links a module that has been compiled with
compiled_module
inwasmtime-environ
. - make_
trampoline - Create a trampoline for invoking a function.