Files
wasmtime/lib/codegen
Bruce Mitchener 76a7efc8db Clippy improvements (#408)
* clippy: Allow subsec_nanos usage for now.

The recommendation from clippy requires Rust 1.27, but we currently
support Rust 1.25 and later.

* Simplify ref pattern matches.

This was recommended by clippy.
2018-08-02 22:10:51 -07:00
..
2018-08-02 15:21:34 -07:00
2018-08-02 22:10:51 -07:00
2018-07-17 12:48:27 -07:00
2018-07-13 09:15:16 -07:00

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