Files
wasmtime/cranelift/codegen
Alex Crichton 5b3b459ad5 Fix some nightly dead code warnings (#3404)
* Fix some nightly dead code warnings

Looks like the "struct field not used" lint has improved on nightly and
caught a few more instances of fields that were never actually read.

* Fix windows
2021-10-01 14:26:30 -05:00
..
2021-09-29 16:13:46 +02:00
2021-09-29 16:23:57 +02:00

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