Files
wasmtime/cranelift/codegen
Andrew Brown 61772e9775 Add raw_bitcast instruction
Casts bits as a different type of the same width with no change to the data (unlike bitcast)
2019-07-16 17:07:44 -07:00
..
2019-07-16 17:07:44 -07:00
2019-07-12 15:48:19 -07:00

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