Skip to content

Commit 347e56e

Browse files
committed
minimal site example with yew; added wasm target
1 parent 43d09e6 commit 347e56e

File tree

5 files changed

+1169
-4
lines changed

5 files changed

+1169
-4
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ jobs:
1414

1515
steps:
1616
- uses: actions/checkout@v3
17-
- run: rustup update && rustup component add clippy rustfmt
17+
18+
- name: Toolchain
19+
run: rustup update && rustup target add wasm32-unknown-unknown
1820

1921
- name: Build
2022
run: cargo build

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
/target
2+
/dist

0 commit comments

Comments
 (0)