Skip to content

Commit dd8113e

Browse files
authored
Rollup merge of #127867 - alexcrichton:add-wasm32-wasip2-to-dist-manifest, r=Mark-Simulacrum
Add `wasm32-wasip2` to `build-manifest` tool This is an accidental omission of mine from #126967 which means that `rustup target add wasm32-wasip2` isn't working on today's nightlies.
2 parents 60f3891 + aebf4d0 commit dd8113e

File tree

1 file changed

+1
-0
lines changed
  • src/tools/build-manifest/src

1 file changed

+1
-0
lines changed

src/tools/build-manifest/src/main.rs

+1
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ static TARGETS: &[&str] = &[
157157
"wasm32-wasi",
158158
"wasm32-wasip1",
159159
"wasm32-wasip1-threads",
160+
"wasm32-wasip2",
160161
"x86_64-apple-darwin",
161162
"x86_64-apple-ios",
162163
"x86_64-fortanix-unknown-sgx",

0 commit comments

Comments
 (0)