Skip to content

Commit a4d3ca8

Browse files
committed
Remove the wasm32-wasi target
Since [1], the `wasm32-wasi` target is no longer supported (replaced by `wasm32-wasip1` and `wasm32-wasip2`). This has made it into the latest nightly, so remove it from our testing. [1]: rust-lang/rust#132562
1 parent 0a3b786 commit a4d3ca8

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ targets = [
108108
"thumbv7neon-unknown-linux-gnueabihf",
109109
"wasm32-unknown-emscripten",
110110
"wasm32-unknown-unknown",
111-
"wasm32-wasi",
112111
"x86_64-apple-darwin",
113112
"x86_64-apple-ios",
114113
"x86_64-fortanix-unknown-sgx",

ci/build.sh

-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ armv5te-unknown-linux-gnueabi \
136136
armv5te-unknown-linux-musleabi \
137137
i686-pc-windows-gnu \
138138
riscv64gc-unknown-linux-gnu \
139-
wasm32-wasi \
140139
x86_64-fortanix-unknown-sgx \
141140
x86_64-unknown-fuchsia \
142141
x86_64-pc-solaris \

0 commit comments

Comments
 (0)