gecko-dev/third_party/rust/cranelift-wasm
Benjamin Bouvier 43a32ade76 Bug 1590101: Result of mach vendor rust; r=jseward
Differential Revision: https://phabricator.services.mozilla.com/D49932

--HG--
extra : moz-landing-system : lando
2019-10-22 07:09:34 +00:00
..
src Bug 1590101: Result of mach vendor rust; r=jseward 2019-10-22 07:09:34 +00:00
tests Bug 1590101: Result of mach vendor rust; r=jseward 2019-10-22 07:09:34 +00:00
.cargo-checksum.json Bug 1590101: Result of mach vendor rust; r=jseward 2019-10-22 07:09:34 +00:00
Cargo.toml Bug 1590101: Result of mach vendor rust; r=jseward 2019-10-22 07:09:34 +00:00
LICENSE Bug 1505777: Run mach-vendor-rust to update Cranelift. rs=bbouvier 2018-11-09 05:16:08 -08:00
README.md Bug 1522173: Bump Cranelift to 0.28; r=sunfish 2019-01-24 10:51:17 +01: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.