Crate wasmtime_cranelift[][src]

Expand description

Support for compiling with Cranelift.

This crate provides an implementation of the wasmtime_environ::Compiler and wasmtime_environ::CompilerBuilder traits.

Macros

Iterates through all LibCall members and all runtime exported functions.

Structs

Compiled function: machine code body, jump table offsets, and unwind information.

Functions