зеркало из https://github.com/mozilla/gecko-dev.git
d82eec0cb3
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 |
||
---|---|---|
.. | ||
src | ||
tests | ||
wasmtests | ||
.cargo-checksum.json | ||
Cargo.toml | ||
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.