Files
wasmtime/cranelift/codegen
Benjamin Bouvier d8b840d2f5 [meta] Remove the OperandKindBuilder;
And replace it by constructors in OperandKind. There's a single optional
parameter function `set_doc` that remains, and didn't justify the whole
OperandKindBuilder concept to exist.
2019-10-30 18:39:20 +01:00
..
2019-10-24 17:20:12 -07:00
2019-10-24 17:20:12 -07:00
2019-10-30 09:47:25 +01:00

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