gecko-dev/third_party/rust/cranelift-wasm
Benjamin Bouvier 7a302743be Bug 1559099: Bump Cranelift in Spidermonkey to e455f6ae; r=lth
Changes have been reviewed on the Cranelift side; this is just a bump to the
latest version.

Differential Revision: https://phabricator.services.mozilla.com/D36327

--HG--
extra : rebase_source : 66c188e223fc956562e4d4c901afa059a178da8a
extra : histedit_source : 39ce43e74dd1666440a39a25703c4f5023e0472b
2019-06-28 15:25:47 +02:00
..
src Bug 1559099: Bump Cranelift in Spidermonkey to e455f6ae; r=lth 2019-06-28 15:25:47 +02:00
tests Bug 1547682: Bump Cranelift to cc216b46b35a797d03c0f3e8b16a2096f1c6db61; r=lth 2019-04-30 14:22:41 +02:00
.cargo-checksum.json Bug 1559099: Bump Cranelift in Spidermonkey to e455f6ae; r=lth 2019-06-28 15:25:47 +02:00
Cargo.toml Bug 1559099: Bump Cranelift in Spidermonkey to e455f6ae; r=lth 2019-06-28 15:25:47 +02: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

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.