mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
[rs] Use latest version of wasm-bindgen-cli
This commit is contained in:
parent
244460ed87
commit
46d4492b54
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
||||
run: cargo build --release --target wasm32-unknown-unknown --examples
|
||||
|
||||
- name: Install wasm-bindgen-cli
|
||||
run: cargo install --force wasm-bindgen-cli --version 0.2.73
|
||||
run: cargo install wasm-bindgen-cli
|
||||
|
||||
- name: Generate JS bindings for the examples
|
||||
run: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user