Skip to content

Commit

Permalink
Merge pull request #444 from oyvindln/wasip1
Browse files Browse the repository at this point in the history
update CI to use new wasi target
  • Loading branch information
Byron authored Jan 14, 2025
2 parents d922817 + fe57909 commit 9c9236b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
target: [wasm32-unknown-unknown, wasm32-wasi]
target: [wasm32-unknown-unknown, wasm32-wasip1]
steps:
- uses: actions/checkout@v4
- name: Install Rust
Expand Down

0 comments on commit 9c9236b

Please sign in to comment.