We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 619a915 commit fdb1f08Copy full SHA for fdb1f08
.github/workflows/ci.yml
@@ -141,10 +141,10 @@ jobs:
141
version: "42.0.1"
142
143
- name: Build for WASI
144
- run: cargo build --target wasm32-wasip2 --workspace --verbose
+ run: cargo +nightly-2025-11-24 build --target wasm32-wasip1-threads --workspace --verbose
145
146
- name: Build examples for WASI
147
- run: cargo build --examples --target wasm32-wasip2 --verbose
+ run: cargo +nightly-2025-11-24 build --examples --target wasm32-wasip1-threads --verbose
148
149
- name: Test for WASI
150
# `--lib --bins --tests` is to skip doc tests
0 commit comments