Files
wasmtime/lib/cretonne
Dan Gohman 30f8daa9d6 Replace assert! with debug_assert! in production code paths.
This allows the assertions to be disabled in release builds, so that
the code is faster and smaller, at the expense of not performing the
checks. Assertions can be re-enabled in release builds with the
debug-assertions flag in Cargo.toml, as the top-level Cargo.toml
file does.
2018-03-12 12:38:30 -07:00
..
2018-03-05 14:05:13 -08:00
2018-03-09 16:32:13 -08:00

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