Skip to content

Commit

Permalink
Unrolled build for rust-lang#127867
Browse files Browse the repository at this point in the history
Rollup merge of rust-lang#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 rust-lang#126967 which means that `rustup target add wasm32-wasip2` isn't working on today's nightlies.
  • Loading branch information
rust-timer authored Jul 21, 2024
2 parents c1a631d + aebf4d0 commit d84f464
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tools/build-manifest/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ static TARGETS: &[&str] = &[
"wasm32-wasi",
"wasm32-wasip1",
"wasm32-wasip1-threads",
"wasm32-wasip2",
"x86_64-apple-darwin",
"x86_64-apple-ios",
"x86_64-fortanix-unknown-sgx",
Expand Down

0 comments on commit d84f464

Please sign in to comment.