Files
wasmtime/cranelift/codegen
Andrew Brown 3e5f039333 Remove macros from verifier; fixes #1248
This removes `report!`, `fatal!`, and `nonfatal!` from the verifier code and replaces them with methods on `VerifierErrors`. In order to maintain similar ease-of-use, `VerifierError` is expanded with several `From` implementations that convert a tuple to a verifier error.
2019-12-02 14:44:18 -08:00
..
2019-11-20 22:40:55 -08:00
2019-10-30 09:47:25 +01:00
2019-11-20 22:40:55 -08:00

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