From aebf4d07f3c4a9a3d20c10a4c4a16dac9f300b5d Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Wed, 17 Jul 2024 08:31:40 -0700 Subject: [PATCH] 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. --- src/tools/build-manifest/src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tools/build-manifest/src/main.rs b/src/tools/build-manifest/src/main.rs index a2e7907b532e4..e0bea5f053d9f 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",