gecko-dev/third_party/rust/cranelift-wasm
Mike Hommey d82eec0cb3 Bug 1744677 - Remove Cargo.toml patch for wasmtime crates. r=rhunt
Apart from Cargo.toml being garbled by cargo on publication, what's
vendored is exactly the same as on crates.io, so we don't need to use a
patch to pull from git anymore.

Differential Revision: https://phabricator.services.mozilla.com/D133040
2021-12-08 05:40:54 +00:00
..
src
tests
wasmtests
.cargo-checksum.json Bug 1744677 - Remove Cargo.toml patch for wasmtime crates. r=rhunt 2021-12-08 05:40:54 +00:00
Cargo.toml Bug 1744677 - Remove Cargo.toml patch for wasmtime crates. r=rhunt 2021-12-08 05:40:54 +00:00
LICENSE
README.md

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.