GitBook: [master] one page modified

This commit is contained in:
Justin Starry 2020-05-06 12:38:29 +00:00 committed by Justin Starry
parent 9d77156269
commit f37cb89c33

View File

@ -17,7 +17,7 @@ cargo install wasm-pack
This command will produce a bundle in the `./pkg` directory with your app's compiled WebAssembly along with a JavaScript wrapper which can be used to start your application. This command will produce a bundle in the `./pkg` directory with your app's compiled WebAssembly along with a JavaScript wrapper which can be used to start your application.
```bash ```bash
wasm-pack build wasm-pack build --target web
``` ```
### Bundle ### Bundle