Files
wasmtime/cranelift/codegen
Benjamin Bouvier 72b0d26ee9 [meta] Add features to srcgen;
- Adds a compiler warning when the fmtln! macro isn't correctly used.
- Allow to add an empty line.
- Make the output of generated matches more beautiful, by having one
struct per line on the clause.
- Add a method to add match with doesn't read any data from fields.
- Make sure that the placeholder clause of a match is put at the end.
2019-03-27 14:43:27 +01:00
..
2019-03-27 14:43:27 +01:00
2019-03-27 14:43:27 +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.