Files
wasmtime/cranelift/codegen
Benjamin Bouvier d3ef80147b [meta] Simplify handling of variable arguments in legalization;
If a legalization contains varargs, it defers creating the binding for
the varargs, making the generated code easier to understand.
2019-10-15 11:37:48 +02:00
..
2019-10-11 11:05:24 -07:00
2019-10-09 06:20:30 -07:00

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