Remove unnecessary comma
This commit is contained in:
parent
1788d5d21e
commit
ac611ab837
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ cargo build --example tour --target wasm32-unknown-unknown
|
||||||
wasm-bindgen ../target/wasm32-unknown-unknown/debug/examples/tour.wasm --out-dir tour --web
|
wasm-bindgen ../target/wasm32-unknown-unknown/debug/examples/tour.wasm --out-dir tour --web
|
||||||
```
|
```
|
||||||
|
|
||||||
Finally, serve the `examples` directory using an HTTP server, and access the
|
Finally, serve the `examples` directory using an HTTP server and access the
|
||||||
`tour.html` file.
|
`tour.html` file.
|
||||||
|
|
||||||
[`wasm-bindgen`]: https://github.com/rustwasm/wasm-bindgen
|
[`wasm-bindgen`]: https://github.com/rustwasm/wasm-bindgen
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue