Skip to content

Commit

Permalink
Merge pull request #630 from zeux/wasi-20
Browse files Browse the repository at this point in the history
js: Update to WASI SDK 20
  • Loading branch information
zeux committed Nov 2, 2023
2 parents 002bdfc + b5f1580 commit 9dcfe40
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
curl -sL https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-$VERSION/wasi-sysroot-$VERSION.0.tar.gz | tar xz -C wasi-sdk-$VERSION.0/share
mv wasi-sdk-$VERSION.0 wasi-sdk
env:
VERSION: 17
VERSION: 20
- name: build
run: |
make -j2 -B WASI_SDK=wasi-sdk gltf/library.wasm js
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
curl -sL https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-$VERSION/wasi-sysroot-$VERSION.0.tar.gz | tar xz -C wasi-sdk-$VERSION.0/share
mv wasi-sdk-$VERSION.0 wasi-sdk
env:
VERSION: 17
VERSION: 20
- name: build
run: |
make -j2 -B WASI_SDK=wasi-sdk gltf/library.wasm js
Expand Down
6 changes: 3 additions & 3 deletions js/meshopt_decoder.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions js/meshopt_decoder.module.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/meshopt_encoder.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/meshopt_encoder.module.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/meshopt_simplifier.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/meshopt_simplifier.module.js

Large diffs are not rendered by default.

0 comments on commit 9dcfe40

Please sign in to comment.