mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
Specify target to make example work (#1817)
* Update build-a-sample-app.md The target needs to specified. The example won't work without it. * Change word
This commit is contained in:
parent
cc51208a48
commit
3e13321751
@ -108,6 +108,11 @@ cargo install --locked trunk
|
||||
cargo install wasm-bindgen-cli
|
||||
```
|
||||
|
||||
Also specify the WASM target.
|
||||
```
|
||||
rustup target add wasm32-unknown-unknown
|
||||
```
|
||||
|
||||
Now all you have to do is run the following:
|
||||
|
||||
```bash
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user