Skip to content

Commit 48dee8d

Browse files
committed
Update README.md
1 parent f10c4f7 commit 48dee8d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,12 @@ Install [wasm-pack](https://rustwasm.github.io/wasm-pack/):
113113
cargo install wasm-pack
114114
```
115115

116+
On Windows, you'll need to manually install `wasm-opt`
117+
118+
```bash
119+
cargo install wasm-opt
120+
```
121+
116122
You'll also need the wasm32 target:
117123

118124
```bash

0 commit comments

Comments
 (0)