Files
wasmtime/cranelift/codegen
Jubilee Young a8c956ede1 Factor out byteorder in cranelift
This removes an existing dependency on the byteorder crate in favor of
using std equivalents directly.

While not an issue for wasmtime per se, cranelift is now part of the
critical path of building and testing Rust, and minimizing dependencies,
even small ones, can help reduce the time and bandwidth required.
2021-04-23 12:05:18 -07:00
..
2021-04-23 12:05:18 -07:00
2021-02-18 13:01:01 +01:00
2021-04-23 12:05:18 -07:00

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