Files
wasmtime/lib/cretonne
Dan Gohman a4c51d66a8 Remove uses of println! in tests.
In this case, it's a little nicer to just use more assertions,
which will print their line number indicating how far the test
got, when they fail.

And this allows the tests to be run in no_std configurations.
2018-03-15 22:45:09 -07:00
..
2018-03-15 22:45:09 -07:00
2018-03-05 14:05:13 -08:00

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