forked from mirrors/gecko-dev
This patch updates the vendored version of Cranelift, pulling in the reference-types support recently merged in Cranelift's PR bytecodealliance/wasmtime#1852. Usage of this update to support reftypes in SpiderMonkey on aarch64 is added in the subsequent commit. Differential Revision: https://phabricator.services.mozilla.com/D83582 |
||
|---|---|---|
| .. | ||
| src | ||
| .cargo-checksum.json | ||
| Cargo.toml | ||
| LICENSE | ||
| README.md | ||
This crate provides a straightforward way to create a
Cranelift IR function and fill it with
instructions translated from another language. It contains an SSA construction
module that provides convenient methods for translating non-SSA variables into
SSA Cranelift IR values via use_var and def_var calls.