Skip to content

Commit

Permalink
Merge pull request #953 from schungx/master
Browse files Browse the repository at this point in the history
Fix wasi target
  • Loading branch information
schungx authored Jan 20, 2025
2 parents 8ed4ea3 + 2055271 commit 23964c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
strategy:
matrix:
flags:
- "--target wasm32-wasi"
- "--target wasm32-wasip1"
# These fail currently, future PR should fix them
# - "--target wasm32-unknown-unknown"
# - "--target wasm32-unknown-unknown --features wasm-bindgen"
Expand All @@ -145,7 +145,7 @@ jobs:
with:
toolchain: stable
override: true
target: wasm32-wasi
target: wasm32-wasip1
- name: Build
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit 23964c8

Please sign in to comment.