Skip to content

Commit

Permalink
Add wasm32-wasip2 to build-manifest tool
Browse files Browse the repository at this point in the history
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
alexcrichton committed Jul 17, 2024
1 parent 3de0a7c commit aebf4d0
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 aebf4d0

Please sign in to comment.