mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-13 22:40: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"
|
||||
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
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue