Files
wasmtime/lib/codegen
Dan Gohman 73c19bbf6d Fix the dbg! macro for no_std mode.
Check for the `std` feature outside the macro body rather than inside,
so that we get the `std` feature in `cretonne-codegen`, rather than in
whatever crate the macro is being expanded in.
2018-04-19 13:18:21 -07:00
..
2018-04-19 13:18:21 -07:00

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