Skip to content

Commit

Permalink
update to wasm-bindgen 0.2.99
Browse files Browse the repository at this point in the history
  • Loading branch information
astraw committed Dec 8, 2024
1 parent c8a0d36 commit 6f186b5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -397,12 +397,13 @@ build-freemovr-calibration-webapp:
- echo $PATH
- rustup target add wasm32-unknown-unknown

- cargo install wasm-bindgen-cli --version 0.2.97 --force --locked
- cargo install wasm-bindgen-cli --version 0.2.99 --force --locked
- cargo install grass

- wasm-bindgen --version

- cd freemovr-calibration/freemovr-calibration-webapp
- cargo update -p wasm-bindgen --precise 0.2.99
- ./build.sh
- mkdir -p $CI_PROJECT_DIR/freemovr-cal-webapp
- cp -a pkg/* $CI_PROJECT_DIR/freemovr-cal-webapp
Expand Down Expand Up @@ -1229,7 +1230,7 @@ braid-webapps:
# ... and install latest (and therefore matching) wasm-pack
- curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
# ... and wasm-bindgen-cli
- cargo install wasm-bindgen-cli --version 0.2.97 --force --locked
- cargo install wasm-bindgen-cli --version 0.2.99 --force --locked
- cargo install grass
- rustup target add wasm32-unknown-unknown
- export PATH="$PATH:$CARGO_HOME/bin"
Expand All @@ -1238,10 +1239,12 @@ braid-webapps:
- wasm-bindgen --version

- cd braidz-viewer
- cargo update -p wasm-bindgen --precise 0.2.99
- ./build.sh
- cd ..

- cd braid-april-cal/braid-april-cal-webapp
- cargo update -p wasm-bindgen --precise 0.2.99
- ./build.sh
- cd ../..

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ image = { version = "0.25", default-features = false, features = [
] }
rerun = { version = "0.20", default-features = false, features = ["sdk"] }
thiserror = "1.0.51"
wasm-bindgen = { version = "0.2.97" }
wasm-bindgen = { version = "0.2.99" }
web-sys = { version = "0.3.72" }
machine-vision-formats = { version = "0.1.3", default-features = false }
convert-image = "0.1.0"
Expand Down

0 comments on commit 6f186b5

Please sign in to comment.