We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f7861c commit 3aa39c9Copy full SHA for 3aa39c9
.github/workflows/ci.yml
@@ -974,6 +974,9 @@ jobs:
974
run: cargo test --target ${{ matrix.target }} --test rt_yield --features wasi-rt
975
if: matrix.target == 'wasm32-wasip1'
976
working-directory: tests-integration
977
+ env:
978
+ CARGO_TARGET_WASM32_WASIP1_RUNNER: "wasmtime run --"
979
+ RUSTFLAGS: -Dwarnings -C target-feature=+atomics,+bulk-memory -C link-args=--max-memory=67108864
980
981
- name: test tests-integration --features wasi-threads-rt
982
run: cargo test --target ${{ matrix.target }} --features wasi-threads-rt
0 commit comments