Files
wasmtime/cranelift/codegen
Peter Huene 4ccf0fdfa3 Fix build errors in x86 unwind info when building no_std. (#1214)
This commit fixes the build errors in the unwind info implementation for
the x86 ABI by changing `byteorder` to build `no_std`.

This copies two simple functions from the `WriteBytesExt` trait so that
we can easily write to a `Vec<u8>` with a particular endianness.

Fixes #1203.
2019-11-07 16:41:32 -08:00
..
2019-11-06 14:38:46 -08:00
2019-11-06 14:38:46 -08:00
2019-10-30 09:47:25 +01:00

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