Files
wasmtime/lib/codegen
Dan Gohman 6971ae1c26 Export CodegenError and CodegenResult at the top level.
Make cretonne-codegen's `result` module private, and instead just export
`CodegenError` and `CodegenResult` at the top level of the
cretonne-codegen crate. This makes them more consistent with Result and
Error types in other cretonne crates.
2018-06-12 05:02:25 -07:00
..
2018-06-07 11:46:36 -07:00

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