gecko-dev/third_party/rust/cranelift-wasm
Benjamin Bouvier d890f481f4 Bug 1604120: Bump Cranelift to ec787eb281bb2e18e191508c17abe694e91f0677; r=lth
Differential Revision: https://phabricator.services.mozilla.com/D57293

--HG--
extra : moz-landing-system : lando
2019-12-16 14:06:58 +00:00
..
src Bug 1604120: Bump Cranelift to ec787eb281bb2e18e191508c17abe694e91f0677; r=lth 2019-12-16 14:06:58 +00:00
tests Bug 1590101: Result of mach vendor rust; r=jseward 2019-10-22 07:09:34 +00:00
.cargo-checksum.json Bug 1604120: Bump Cranelift to ec787eb281bb2e18e191508c17abe694e91f0677; r=lth 2019-12-16 14:06:58 +00:00
Cargo.toml Bug 1601233: Output of mach vendor rust r=rhunt 2019-12-05 04:26:50 +00:00
LICENSE
README.md Bug 1597989: Output of mach rust vendor for the Cranelift bump; r=rhunt 2019-12-03 15:28:28 +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.