about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2024-07-20 19:28:59 +0200
committerGitHub <noreply@github.com>2024-07-20 19:28:59 +0200
commitdd8113ef0d6e70ae6fd033e1a567d8f5dd04e36a (patch)
treeb7c51c1c6b5453964abea8a0ed45e01d0bbad242
parent60f38916da3bc7d20004b14cd1c1dcc1d47744d8 (diff)
parentaebf4d07f3c4a9a3d20c10a4c4a16dac9f300b5d (diff)
downloadrust-dd8113ef0d6e70ae6fd033e1a567d8f5dd04e36a.tar.gz
rust-dd8113ef0d6e70ae6fd033e1a567d8f5dd04e36a.zip
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.
-rw-r--r--src/tools/build-manifest/src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/build-manifest/src/main.rs b/src/tools/build-manifest/src/main.rs
index a2e7907b532..e0bea5f053d 100644
--- a/src/tools/build-manifest/src/main.rs
+++ b/src/tools/build-manifest/src/main.rs
@@ -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",