Files
wasmtime/lib/cretonne
Dan Gohman 0b5bb313cb Mark CondCode's functions #[must_use].
It's easy to forget whether they mutate the value in place or return a
new value. Marking them #[must_use] will catch cases where they are used
incorrectly.
2018-03-27 14:16:55 -07:00
..
2018-03-05 14:05:13 -08:00
2018-03-18 14:56:30 -07:00

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