Files
wasmtime/lib/wasm
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-09 16:32:13 -08:00

This crate performs the translation from a wasm module in binary format to the in-memory representation of the Cretonne IL.