mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-14 06:50:01 -04:00
clarify
This commit is contained in:
parent
9c28f4ed0c
commit
e647545c37
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ which cargo wasm-bindgen wasm-opt &> /dev/null || {
|
||||||
|
|
||||||
WBG="wasm-bindgen 0.2.95"
|
WBG="wasm-bindgen 0.2.95"
|
||||||
if [ "$(wasm-bindgen -V)" != "$WBG" ]; then
|
if [ "$(wasm-bindgen -V)" != "$WBG" ]; then
|
||||||
echo "Incorrect wasm-bindgen version: '$(wasm-bindgen -V)' != '$WBG'"
|
echo "Incorrect wasm-bindgen-cli version: '$(wasm-bindgen -V)' != '$WBG'"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue