We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa8ad00 commit f162807Copy full SHA for f162807
.github/workflows/ci.yml
@@ -45,18 +45,18 @@ jobs:
45
run: cargo build
46
- name: Test
47
run: cargo test
48
- wasi:
49
- name: WASI Test Build
+ wasip1:
+ name: WASI P1 Test Build
50
runs-on: ubuntu-latest
51
steps:
52
- name: Checkout
53
uses: actions/checkout@v4
54
- name: Install Rust
55
uses: dtolnay/rust-toolchain@nightly
56
- - name: Install Cargo WASI
57
- run: cargo install cargo-wasi
+ with:
+ targets: wasm32-wasip1
58
- name: Build
59
- run: cargo wasi build --features nightly
+ run: cargo build --target wasm32-wasip1 --features nightly
60
wasm:
61
name: WASM Test Build
62
0 commit comments