Skip to content

Commit

Permalink
Add wasm target on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
purplesyringa committed Oct 31, 2024
1 parent 57985b3 commit 219a8b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ jobs:
node-version: 18
- name: Install Rust
run: rustup update nightly && rustup default nightly
- name: Add target
run: rustup target add wasm32-wasip1
- name: Install rust-src
run: rustup component add rust-src
- name: Test with panic backend (debug)
Expand Down

0 comments on commit 219a8b6

Please sign in to comment.