Skip to content

Commit

Permalink
ci: test wasip2
Browse files Browse the repository at this point in the history
  • Loading branch information
Stebalien committed Nov 8, 2024
1 parent 90cb622 commit 02887e9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,18 @@ jobs:
targets: wasm32-wasip1
- name: Build
run: cargo build --target wasm32-wasip1 --features nightly
wasip2:
name: WASI P2 Test Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Rust
uses: dtolnay/rust-toolchain@nightly
with:
targets: wasm32-wasip2
- name: Build
run: cargo build --target wasm32-wasip2 --features nightly
wasm:
name: WASM Test Build
runs-on: ubuntu-latest
Expand Down

0 comments on commit 02887e9

Please sign in to comment.