Skip to content

Commit 02887e9

Browse files
committed
ci: test wasip2
1 parent 90cb622 commit 02887e9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,18 @@ jobs:
5757
targets: wasm32-wasip1
5858
- name: Build
5959
run: cargo build --target wasm32-wasip1 --features nightly
60+
wasip2:
61+
name: WASI P2 Test Build
62+
runs-on: ubuntu-latest
63+
steps:
64+
- name: Checkout
65+
uses: actions/checkout@v4
66+
- name: Install Rust
67+
uses: dtolnay/rust-toolchain@nightly
68+
with:
69+
targets: wasm32-wasip2
70+
- name: Build
71+
run: cargo build --target wasm32-wasip2 --features nightly
6072
wasm:
6173
name: WASM Test Build
6274
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)