-
- Downloads
Bug 1624524 - Only compile wasmTextToBinary and wasmCodeOffsets in JS Shell. r=bbouvier
This commit moves the implementation of the wasmTextToBinary and wasmCodeOffets functions to the JS shell. Before this change, the implementation was in wasm/rust/. This commit moves the implementation to js/rust, which is only compiled for the JS shell. The C++ bindings for the rust code is moved to the shell/ directory. Differential Revision: https://phabricator.services.mozilla.com/D68650 --HG-- rename : js/src/wasm/rust/src/lib.rs => js/src/rust/wasm.rs rename : js/src/wasm/WasmTesting.cpp => js/src/shell/WasmTesting.cpp rename : js/src/wasm/WasmTesting.h => js/src/shell/WasmTesting.h extra : moz-landing-system : lando
Showing
- Cargo.lock 2 additions, 9 deletionsCargo.lock
- js/src/builtin/TestingFunctions.cpp 0 additions, 94 deletionsjs/src/builtin/TestingFunctions.cpp
- js/src/rust/Cargo.toml 2 additions, 0 deletionsjs/src/rust/Cargo.toml
- js/src/rust/lib.rs 5 additions, 0 deletionsjs/src/rust/lib.rs
- js/src/rust/shared/Cargo.toml 0 additions, 1 deletionjs/src/rust/shared/Cargo.toml
- js/src/rust/shared/lib.rs 0 additions, 2 deletionsjs/src/rust/shared/lib.rs
- js/src/rust/wasm.rs 0 additions, 0 deletionsjs/src/rust/wasm.rs
- js/src/shell/WasmTesting.cpp 1 addition, 1 deletionjs/src/shell/WasmTesting.cpp
- js/src/shell/WasmTesting.h 3 additions, 3 deletionsjs/src/shell/WasmTesting.h
- js/src/shell/js.cpp 94 additions, 0 deletionsjs/src/shell/js.cpp
- js/src/shell/moz.build 2 additions, 1 deletionjs/src/shell/moz.build
- js/src/wasm/moz.build 0 additions, 1 deletionjs/src/wasm/moz.build
- js/src/wasm/rust/Cargo.toml 0 additions, 13 deletionsjs/src/wasm/rust/Cargo.toml
- third_party/rust/nom/.cargo-checksum.json 1 addition, 1 deletionthird_party/rust/nom/.cargo-checksum.json
- third_party/rust/nom/.travis.yml 0 additions, 101 deletionsthird_party/rust/nom/.travis.yml
Loading
Please register or sign in to comment