Files
wasmtime/lib/cretonne
Dan Gohman 272d03d8fc Add a utility for generating Rust 'match' expressions.
This makes it a little simpler to generate 'match' statements, and
it performs deduplication of identical arms. And it means I don't
have to think about as many strings like '{} {{ {}.. }} => {}'
when I'm trying to think about how instructions work :-).
2018-03-14 10:51:09 -07:00
..
2018-03-14 10:51: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.