Loading
Add wasm32-wasi2 target to runner (#1399)
Canary has [started failing](https://github.com/awslabs/aws-sdk-rust/actions/runs/21154928510/job/60838069919#step:9:101) due to [our recent release in smithy-rs](https://github.com/smithy-lang/smithy-rs/releases/tag/release-2026-01-14). We need the following to fix this: - Add `wasm32-wasi2` to the runner as suggested in the error - Release https://github.com/smithy-lang/smithy-rs/pull/4477 This PR takes care of the first, but since the second bullet is also needed, this PR alone [won't fix the canary](https://github.com/awslabs/aws-sdk-rust/actions/runs/21188275092/job/60948791525#step:9:195). (In the long run, we should probably want to just update `aws-sdk-rust` to use the `smithy-rs` build image without having to making things in sync). --- By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.