Skip to content

Commit 2f3f277

Browse files
add rustup install wasm32-unknown-unknown to readme
1 parent 7514690 commit 2f3f277

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Allows you to run programs in the browser using web assembly using a simple `car
77
### Step 1.
88

99
```sh
10+
rustup target add wasm32-unknown-unknown
1011
cargo install wasm-server-runner
1112
```
1213

0 commit comments

Comments
 (0)