* Cranelift: Make `Opcode` represented as a `u8` instead of `u16` * Cranelift: Remove unused conversion impls for `Opcode` These are vestigial, left over from Peepmatic.
This crate contains the core Cranelift code generator. It translates code from an intermediate representation into executable machine code.