Files
wasmtime/cranelift/codegen
Andrew Brown 1600dba634 Make ConstantData a container for any-size constant values
Previously, ConstantData was a type alias for `Vec<u8>` which prevented it from having an implementation; this meant that `V128Imm` and `&[u8; 16]` were used in places that otherwise could have accepted types of different byte lengths.
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.