You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: browser-chat/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ To build the example, you need a Rust toolchain for `wasm32-unknown-unknown`, [`
22
22
23
23
```
24
24
rustup target install wasm32-unknown-unknown
25
-
cargo binstall wasm-bindgen wasm-pack
25
+
cargo binstall wasm-bindgen-cli wasm-pack
26
26
```
27
27
`cargo binstall` is a nifty little tool that downloads binaries from Github releases matching your system architecture. If you don't have it yet, first [install it](https://github.com/cargo-bins/cargo-binstall?tab=readme-ov-file#quickly).
0 commit comments