Module wasmer_compiler_cranelift::trampoline
source · Re-exports§
pub use self::dynamic_function::make_trampoline_dynamic_function;
pub use self::function_call::make_trampoline_function_call;
Modules§
- A trampoline generator for calling dynamic host functions from Wasm.
- A trampoline generator for calling Wasm functions easily.
Structs§
- Structure used for translating a series of functions into Cranelift IR.