Skip to content

Commit 86507d3

Browse files
committed
Install wasm-bindgen in Pages workflow
1 parent a7e511b commit 86507d3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ jobs:
4040
- name: Install Binaryen
4141
run: sudo apt-get update && sudo apt-get install -y binaryen
4242

43+
- name: Install wasm-bindgen CLI
44+
run: cargo install wasm-bindgen-cli --version 0.2.114 --locked
45+
4346
- name: Build
4447
run: trunk build --release --public-url /
4548

0 commit comments

Comments
 (0)