Add README for tour example

This commit is contained in:
Héctor Ramón Jiménez 2020-01-20 06:40:20 +01:00
parent 7cea737115
commit e2ec092aec
4 changed files with 30 additions and 32 deletions

View file

@ -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
```