gecko-dev/third_party/rust/cranelift-wasm
Yury Delendik 986df9d9d5 Bug 1712634 - Update cranelift to version 0.74. r=rhunt
Differential Revision: https://phabricator.services.mozilla.com/D115845
2021-05-25 17:38:20 +00:00
..
src Bug 1712634 - Update cranelift to version 0.74. r=rhunt 2021-05-25 17:38:20 +00:00
tests Bug 1712634 - Update cranelift to version 0.74. r=rhunt 2021-05-25 17:38:20 +00:00
wasmtests Bug 1712634 - Update cranelift to version 0.74. r=rhunt 2021-05-25 17:38:20 +00:00
.cargo-checksum.json Bug 1712634 - Update cranelift to version 0.74. r=rhunt 2021-05-25 17:38:20 +00:00
Cargo.toml Bug 1712634 - Update cranelift to version 0.74. r=rhunt 2021-05-25 17:38:20 +00:00
LICENSE
README.md Bug 1648885 and Bug 1649432: vendor latest Cranelift to get Spectre mitigations and fix fuzzbug. r=bbouvier 2020-07-02 15:47:56 +00:00

README.md

This crate performs the translation from a wasm module in binary format to the in-memory form of the Cranelift IR.

If you're looking for a complete WebAssembly implementation that uses this library, see Wasmtime.