- adds helpers used by other parts of the code - allows cheap copies by having Instruction be a lightweight ref-cloned wrapper of the actual instruction's content.
This crate contains the core Cranelift code generator. It translates code from an intermediate representation into executable machine code.