Files
wasmtime/cranelift/reader
Andrew Brown 7d6e94b952 Replace InsertLane format with TernaryImm8
The InsertLane format has an ordering (`value().imm().value()`) and immediate name (`"lane"`) that make it awkward to use for other instructions. This changes the ordering (`value().value().imm()`) and uses the default name (`"imm"`) throughout the codebase.
2020-05-29 19:56:27 -07:00
..

This crate library supports reading .clif files. This functionality is needed for testing Cranelift, but is not essential for a JIT compiler.