don't use yanked wbg

This commit is contained in:
Toshit Chawda 2024-10-10 18:23:40 -07:00
parent dcf638efca
commit 47faf085e2
No known key found for this signature in database
GPG key ID: 91480ED99E2B3D9D
2 changed files with 21 additions and 20 deletions

View file

@ -12,8 +12,9 @@ else
CARGOFLAGS=""
fi
if [ "$(wasm-bindgen -V)" != "wasm-bindgen 0.2.94" ]; then
echo "Incorrect wasm-bindgen version: '$(wasm-bindgen -V)' != 'wasm-bindgen 0.2.94'"
WBG="wasm-bindgen 0.2.95"
if [ "$(wasm-bindgen -V)" != "$WBG" ]; then
echo "Incorrect wasm-bindgen version: '$(wasm-bindgen -V)' != '$WBG'"
exit 1
fi