Files
wasmtime/lib/codegen
Dan Gohman d209137149 Rename TargetIsa's emit_function to emit_function_to_memory.
This reflects the fact that it takes a concrete `MemoryCodeSink` rather than
a `CodeSink` trait object.
2018-06-21 15:50:29 -07:00
..
2018-06-16 07:50:27 -07:00

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