Skip to content

Commit

Permalink
add wasm target
Browse files Browse the repository at this point in the history
  • Loading branch information
bhelx committed Sep 19, 2023
1 parent aa5c020 commit 3fcc65a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
target: wasm32-unknown-unknown
- name: Build
run: make build
- name: Upload Artifact to Summary
Expand Down

0 comments on commit 3fcc65a

Please sign in to comment.