Skip to content

Commit 7e9c5c4

Browse files
committed
docs: add note about wasm32 target
1 parent 7802820 commit 7e9c5c4

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# PatternFly quick start for Yew
22

3-
This is a quickstart template to get you started with [PatternFly for Yew](https://github.com/patternfly-yew/patternfly-yew).
3+
This is a quickstart template to get you started
4+
with [PatternFly for Yew](https://github.com/patternfly-yew/patternfly-yew).
45

56
Here you can see this page in action: https://patternfly-yew.github.io/patternfly-yew-quickstart/
67

@@ -12,6 +13,12 @@ Here you can see this page in action: https://patternfly-yew.github.io/patternfl
1213
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
1314
```
1415

16+
* Rust WASM32 target
17+
18+
```shell
19+
rustup target add wasm32-unknown-unknown
20+
```
21+
1522
* Trunk
1623

1724
```shell

0 commit comments

Comments
 (0)