We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7e87a67 + 1fd4fe9 commit 1759b60Copy full SHA for 1759b60
xray_wasm/script/build
@@ -1,10 +1,10 @@
1
#!/usr/bin/env bash
2
3
+LOCAL_CRATE_PATH=./.cargo
4
+PATH=$LOCAL_CRATE_PATH/bin:$PATH
5
WASM_BINDGEN_VERSION=0.2.6
6
7
setup_wasm_bindgen() {
- LOCAL_CRATE_PATH=./.cargo
- PATH=$LOCAL_CRATE_PATH/bin:$PATH
8
if (command -v wasm-bindgen) && $(wasm-bindgen --version | grep --silent $WASM_BINDGEN_VERSION); then
9
echo 'Using existing installation of wasm-bindgen'
10
else
xray_wasm/script/test
@@ -1,5 +1,8 @@
+
set -e
rm -rf dist
0 commit comments