Skip to content

Commit

Permalink
Rollup merge of #127867 - alexcrichton:add-wasm32-wasip2-to-dist-mani…
Browse files Browse the repository at this point in the history
…fest, 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.
  • Loading branch information
matthiaskrgr authored Jul 20, 2024
2 parents 60f3891 + aebf4d0 commit dd8113e
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 dd8113e

Please sign in to comment.