Files
wasmtime/crates/cranelift
Alex Crichton 6b137c2a3d Move native signatures out of Module (#2362)
After compilation there's actually no need to hold onto the native
signature for a wasm function type, so this commit moves out the
`ir::Signature` value from a `Module` into a separate field that's
deallocated when compilation is finished. This simplifies the
`SignatureRegistry` because it only needs to track wasm functino types
and it also means less work is done for `Func::wrap`.
2020-11-04 14:22:37 -06:00
..
2020-09-23 13:54:02 -05:00

wasmtime-cranelfit

This crate provides an implementation of the Compiler trait which is connected to Cranelift.