Skip to content

Commit 7cd18df

Browse files
authored
Merge pull request rust-lang#4013 from tgross35/remove-wasm32-wasi
Remove the `wasm32-wasi` target
2 parents 0a3b786 + a4d3ca8 commit 7cd18df

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)