Add README for tour example
This commit is contained in:
parent
7cea737115
commit
e2ec092aec
4 changed files with 30 additions and 32 deletions
|
|
@ -35,7 +35,7 @@ For instance, let's say we want to build the [`tour` example]:
|
|||
|
||||
```
|
||||
cd examples
|
||||
cargo build --example tour --target wasm32-unknown-unknown
|
||||
cargo build --package tour --target wasm32-unknown-unknown
|
||||
wasm-bindgen ../target/wasm32-unknown-unknown/debug/examples/tour.wasm --out-dir tour --web
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue