Crate wasmtime_cranelift
source ·Expand description
Support for compiling with Cranelift.
This crate provides an implementation of the wasmtime_environ::Compiler
and wasmtime_environ::CompilerBuilder
traits.
Structs
- Compiled function: machine code body, jump table offsets, and unwind information.