Skip to content

Commit

Permalink
Install wasm-bindgen at a fixed version for deployment (#726)
Browse files Browse the repository at this point in the history
This should stop the red cross on GitHub
  • Loading branch information
DJMcNab authored Oct 29, 2024
1 parent 41232ba commit 386fbfc
Show file tree
Hide file tree
Showing 3 changed files with 142 additions and 166 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/web-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ jobs:
targets: wasm32-unknown-unknown

- name: install wasm-bindgen
uses: jetli/wasm-bindgen-action@v0.2.0
uses: taiki-e/install-action@v2
with:
version: 'latest'
# If updating, also update in examples/with_winit/Cargo.toml
tool: [email protected]

- name: build (wasm)
run: cargo build -p with_winit --bin with_winit_bin --release --target wasm32-unknown-unknown
Expand Down
Loading

0 comments on commit 386fbfc

Please sign in to comment.