Skip to content

Commit

Permalink
[oocs] wasm-bindgen exact version (yewstack#1482)
Browse files Browse the repository at this point in the history
I just tried the sample app.
I had to specify the exact wasm-bindgen otherwise, wasm-pack is hanging

same as: rustwasm/wasm-pack-template#44
  • Loading branch information
vincentserpoul authored and teymour-aldridge committed Sep 1, 2020
1 parent d3e0ae7 commit 8c3d883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/build-a-sample-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ crate-type = ["cdylib", "rlib"]

[dependencies]
yew = "0.17"
wasm-bindgen = "0.2"
wasm-bindgen = "0.2.67"
```

Copy the following template into your `src/lib.rs` file:
Expand Down

0 comments on commit 8c3d883

Please sign in to comment.