Files
wasmtime/cranelift/codegen
Ivan Enderlin 2ab83eec7a feat(cranelift-codegen) Re-export gimli when unwind feature is enabled.
When one wants to manipulate the unwind information, the exact version
of `gimli` must be used both by the user and `cranelift-codegen`. It
makes the update procedure less obvious.

This patch proposes to re-export `gimli` when the `unwind` feature is
turned on.
2020-11-26 17:26:55 +01:00
..
2020-11-09 08:50:03 -08:00

This crate contains the core Cranelift code generator. It translates code from an intermediate representation into executable machine code.