Skip to content

Commit

Permalink
minimal site example with yew; added wasm target
Browse files Browse the repository at this point in the history
  • Loading branch information
Waschmann committed Feb 17, 2024
1 parent 43d09e6 commit 347e56e
Show file tree
Hide file tree
Showing 5 changed files with 1,169 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:

steps:
- uses: actions/checkout@v3
- run: rustup update && rustup component add clippy rustfmt

- name: Toolchain
run: rustup update && rustup target add wasm32-unknown-unknown

- name: Build
run: cargo build
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/target
/dist
Loading

0 comments on commit 347e56e

Please sign in to comment.