Files
wasmtime/cranelift/codegen
Benjamin Bouvier 5edee84f67 [meta] Port TypeVar's test_functions to Rust;
Fixes two issues:

- name of derived type variables wasn't correct. (This is used during
code generation.)
- the TypeVar::derived() function wasn't creating the correct type set
(and would instead propagate the parent's one).
2019-04-02 17:30:50 +02:00
..
2019-03-27 14:43:27 +01:00
2019-03-26 11:28:39 -07:00

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