@@ -1078,21 +1078,21 @@ jobs:
10781078 run : cargo test -p tokio --target ${{ matrix.target }} --features full
10791079 env :
10801080 CARGO_TARGET_WASM32_WASIP1_RUNNER : " wasmtime run --"
1081- CARGO_TARGET_WASM32_WASIP1_THREADS_RUNNER : " wasmtime run -W bulk-memory=y -W threads=y -S threads=y --"
1081+ CARGO_TARGET_WASM32_WASIP1_THREADS_RUNNER : " wasmtime run -W bulk-memory=y -W threads=y -W shared-memory=y - S threads=y --"
10821082 RUSTFLAGS : --cfg tokio_unstable -Dwarnings -C target-feature=+atomics,+bulk-memory -C link-args=--max-memory=67108864
10831083
10841084 - name : WASI test tokio-util full
10851085 run : cargo test -p tokio-util --target ${{ matrix.target }} --features full
10861086 env :
10871087 CARGO_TARGET_WASM32_WASIP1_RUNNER : " wasmtime run --"
1088- CARGO_TARGET_WASM32_WASIP1_THREADS_RUNNER : " wasmtime run -W bulk-memory=y -W threads=y -S threads=y --"
1088+ CARGO_TARGET_WASM32_WASIP1_THREADS_RUNNER : " wasmtime run -W bulk-memory=y -W threads=y -W shared-memory=y - S threads=y --"
10891089 RUSTFLAGS : --cfg tokio_unstable -Dwarnings -C target-feature=+atomics,+bulk-memory -C link-args=--max-memory=67108864
10901090
10911091 - name : WASI test tokio-stream
10921092 run : cargo test -p tokio-stream --target ${{ matrix.target }} --features time,net,io-util,sync
10931093 env :
10941094 CARGO_TARGET_WASM32_WASIP1_RUNNER : " wasmtime run --"
1095- CARGO_TARGET_WASM32_WASIP1_THREADS_RUNNER : " wasmtime run -W bulk-memory=y -W threads=y -S threads=y --"
1095+ CARGO_TARGET_WASM32_WASIP1_THREADS_RUNNER : " wasmtime run -W bulk-memory=y -W threads=y -W shared-memory=y - S threads=y --"
10961096 RUSTFLAGS : --cfg tokio_unstable -Dwarnings -C target-feature=+atomics,+bulk-memory -C link-args=--max-memory=67108864
10971097
10981098 - name : test tests-integration --features wasi-rt
@@ -1109,7 +1109,7 @@ jobs:
11091109 if : matrix.target == 'wasm32-wasip1-threads'
11101110 working-directory : tests-integration
11111111 env :
1112- CARGO_TARGET_WASM32_WASIP1_THREADS_RUNNER : " wasmtime run -W bulk-memory=y -W threads=y -S threads=y --"
1112+ CARGO_TARGET_WASM32_WASIP1_THREADS_RUNNER : " wasmtime run -W bulk-memory=y -W threads=y -W shared-memory=y - S threads=y --"
11131113 RUSTFLAGS : --cfg tokio_unstable -Dwarnings -C target-feature=+atomics,+bulk-memory -C link-args=--max-memory=67108864
11141114
11151115 check-external-types :
0 commit comments