Files
wasmtime/cranelift/codegen
Andrew Brown e1d513ab4b Fix remaining clippy warnings (#1340)
* clippy: allow complex encoding function

* clippy: remove unnecessary main() function in doctest

* clippy: remove redundant `Type` suffix on LaneType enum variants

* clippy: ignore incorrect debug_assert_with_mut_call warning

* clippy: fix FDE clippy warnings
2020-01-17 14:03:30 -06:00
..
2020-01-14 13:04:11 -08:00
2020-01-17 14:03:30 -06:00
2019-12-07 09:47:43 -08:00
2020-01-14 13:04:11 -08:00

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