Files
wasmtime/lib/codegen
Dan Gohman 5c6cb202d8 Suppress cast_ptr_alignment clippy errors.
These are only used in places that use `write_unaligned`, so it's ok
that the pointer might be misaligned.
2018-04-17 17:04:56 -07:00
..
2018-04-17 10:58:33 -07:00

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