Files
wasmtime/cranelift/codegen
Yury Delendik f60c0f3ec3 cranelift: refactor unwind logic to accommodate multiple backends (#2357)
*    Make cranelift_codegen::isa::unwind::input public
*    Move UnwindCode's common offset field out of the structure
*    Make MachCompileResult::unwind_info more generic
*    Record initial stack pointer offset
2020-11-05 16:57:40 -06:00
..
2020-11-05 09:39:53 -06:00
2020-11-05 09:39:53 -06:00

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