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.
Cargo.toml
.cargo/config.toml
1 parent 197bd9c commit 21b98bbCopy full SHA for 21b98bb
README.md
@@ -12,7 +12,7 @@ cargo install wasm-server-runner
12
13
### Step 2.
14
15
-Add this to your `~/.cargo/config.toml`:
+Add this to your `~/.cargo/config.toml` (**not** the `Cargo.toml` of your project!):
16
17
```toml
18
[target.wasm32-unknown-unknown]
@@ -35,4 +35,4 @@ INFO wasm_server_runner: wasm output is 49.79kb large
35
INFO wasm_server_runner::server: starting webserver at http://127.0.0.1:1334
36
```
37
38
-The website will reload when the server is restarted and serve files relative to the current directory.
+The website will reload when the server is restarted and serve files relative to the current directory.
0 commit comments