Files
wasmtime/cranelift/codegen
Andrew Brown 6fd0451bc3 Add TargetIsa::map_dwarf_register; fixes #1471
This exposes the functionality of `fde::map_reg` on the `TargetIsa` trait, avoiding compilation errors on architectures where register mapping is not yet supported. The change is conditially compiled under the `unwind` feature.
2020-04-09 09:45:20 -07:00
..
2020-04-03 13:13:37 -07:00
2019-12-07 09:47:43 -08:00
2020-04-03 13:13:37 -07:00

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