7979 sparcv9-sun-solaris
8080 aarch64-linux-android
8181 aarch64-apple-ios
82- wasm32-wasi
8382 - if : matrix.rust != '1.63'
84- run : rustup target add x86_64-unknown-fuchsia
83+ run : >
84+ rustup target add
85+ wasm32-wasip1
86+ x86_64-unknown-fuchsia
8587 - if : matrix.rust == '1.63'
8688 run : rustup target add x86_64-fuchsia
8789
98100 - run : cargo check --workspace --release -vv --target=x86_64-apple-darwin --features=all-apis --all-targets
99101 - run : cargo check --workspace --release -vv --target=x86_64-unknown-freebsd --features=all-apis --all-targets
100102 - run : cargo check --workspace --release -vv --target=x86_64-unknown-netbsd --features=all-apis --all-targets
103+ - if : matrix.rust != '1.63'
104+ run : cargo check --workspace --release -vv --target=wasm32-wasip1 --features=all-apis
101105 - if : matrix.rust != '1.63'
102106 run : cargo check --workspace --release -vv --target=x86_64-unknown-fuchsia --features=all-apis --all-targets
103107 - if : matrix.rust == '1.63'
@@ -121,7 +125,6 @@ jobs:
121125 - run : cargo check --workspace --release -vv --target=sparcv9-sun-solaris --features=all-apis --all-targets
122126 - run : cargo check --workspace --release -vv --target=aarch64-apple-ios --features=all-apis --all-targets
123127 - run : cargo check --workspace --release -vv --target=aarch64-linux-android --features=all-apis --all-targets
124- - run : cargo check --workspace --release -vv --target=wasm32-wasi --features=all-apis
125128
126129 check_no_default_features :
127130 name : Check --no-default-features
@@ -176,10 +179,10 @@ jobs:
176179 - run : >
177180 rustup target add
178181 x86_64-unknown-redox
179- wasm32-wasi
182+ wasm32-wasip1
180183 thumbv7neon-unknown-linux-gnueabihf
181184 - run : cargo check --workspace --release -vv --target=x86_64-unknown-redox --features=all-apis
182- - run : cargo check --workspace --release -vv --target=wasm32-wasi --features=all-apis
185+ - run : cargo check --workspace --release -vv --target=wasm32-wasip1 --features=all-apis
183186 - run : cargo check --workspace --release -vv --target=thumbv7neon-unknown-linux-gnueabihf --features=all-apis
184187
185188 check_tier3 :
0 commit comments