diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2024-07-20 19:28:59 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-20 19:28:59 +0200 |
| commit | dd8113ef0d6e70ae6fd033e1a567d8f5dd04e36a (patch) | |
| tree | b7c51c1c6b5453964abea8a0ed45e01d0bbad242 | |
| parent | 60f38916da3bc7d20004b14cd1c1dcc1d47744d8 (diff) | |
| parent | aebf4d07f3c4a9a3d20c10a4c4a16dac9f300b5d (diff) | |
| download | rust-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.rs | 1 |
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", |
