Files
wasmtime/cranelift/codegen
Andrew Brown a03f905d08 Replace V128Imm functionality with ConstantData
This moves most original uses of V128Imm (e.g. in parsing) to ConstantData and shifts the unit tests from V128Imm to ConstantData.
2019-10-15 15:19:00 -07:00
..
2019-10-15 11:11:48 -07:00
2019-10-15 11:11:48 -07:00

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