Crate wasmtime_cranelift[][src]

Expand description

Support for compiling with Cranelift.

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

Structs

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

Functions