mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 21:01:08 +00:00
986df9d9d5
Differential Revision: https://phabricator.services.mozilla.com/D115845 |
||
---|---|---|
.. | ||
src | ||
tests | ||
wasmtests | ||
.cargo-checksum.json | ||
Cargo.toml | ||
LICENSE | ||
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.