Files
wasmtime/cranelift/codegen
Lars T Hansen 141ccb9e9d Add a --disasm option to clif-util wasm and compile (#713)
- Both the `wasm` and `compile` commands get this new subcommand, and it defaults to false.  This means that test runs with `wasm` can request disassembly (the main reason I am doing this) while test runs with `compile` now must request it, this changes current behavior.
- Switch to using context.compile_and_emit directly, and make the reloc and trap printers just accumulate output, not print it.  This allows us to factor the printing code into the disasm module.
2019-03-27 12:57:13 +01:00
..
2019-03-26 11:28:39 -07:00
2019-02-25 19:04:32 +01:00
2019-03-26 11:28:39 -07:00

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