Files
wasmtime/lib/codegen
Dan Gohman b7f38ac8bc Replace Builder's Vec<u8> with a Box<[u8]>.
It doesn't need to dynamically grow, and `Box<[u8]>` is smaller.
2018-04-30 13:53:29 -07:00
..
2018-04-30 13:53:29 -07:00
2018-04-27 06:10:15 -07:00

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