We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rustup install wasm32-unknown-unknown
1 parent 7514690 commit 2f3f277Copy full SHA for 2f3f277
README.md
@@ -7,6 +7,7 @@ Allows you to run programs in the browser using web assembly using a simple `car
7
### Step 1.
8
9
```sh
10
+rustup target add wasm32-unknown-unknown
11
cargo install wasm-server-runner
12
```
13
0 commit comments