Files
wasmtime/cranelift/codegen
Alex Crichton 871a9d93f2 Update some dependencies in Cargo.lock (#4081)
* Run a `cargo update` over our dependencies

This'll notably fix a `cargo audit` error where we have a pinned version
of the `regex` crate which has a CVE assigned to it.

* Update to `object` and `hashbrown` crates

Prune some duplicate versions showing up from the previous `cargo update`
2022-04-28 11:12:58 -05:00
..
2021-10-10 14:19:08 +02:00
2022-04-05 09:24:28 -05:00

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