[][src]Crate wasmtime_cranelift

Support for compiling with Cranelift.

This crate provides an implementation of Compiler in the form of Cranelift.

Structs

Cranelift

A compiler that compiles a WebAssembly module with Cranelift, translating the Wasm to Cranelift IR, optimizing it and then translating to assembly.