Files
wasmtime/cranelift/codegen
Benjamin Bouvier 9dcc185264 [meta] Add a MapWithDefault trait;
This traits augments HashMap so they have a `get_or_default` method that
can be used to avoid boilerplate around usage of `entry.or_default`.
2019-07-03 18:39:28 +02:00
..
2019-07-03 18:39:28 +02:00
2019-07-02 12:27:39 -07:00

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