Files
wasmtime/cranelift/codegen
Benjamin Bouvier ae3ea47dbd [meta] Delegate finding the default value to OperandKind instead of its builder.
This applies both to the default_member value (which is now determined at
runtime, instead of pre-computed) and the rust_type value (which is
determined in the Operand's ctor, instead of the builder).
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.