Skip to content

Conversation

@graydon
Copy link
Contributor

@graydon graydon commented Mar 26, 2025

Part of wrapping up bug #1428. Mostly this is just:

  • Switching rust version to 1.84 which supports wasm32v1-none
  • Switching the SDK to build with that, not wasm32-unknown-unknown

But there are a couple minor subtle bits:

Probably don't merge this until I have the other CI bits all switched over to wasm32v1-none as described in #1428

@graydon graydon requested a review from leighmcculloch March 26, 2025 06:31
Copy link
Member

@leighmcculloch leighmcculloch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm. I wonder if we should continue to build for wasm32-unknown-unknown. There's at least one case where someone will continue to use that target. It's not the intended use of the SDK though, so I guess we need to weigh that with making builds even slower, and increasing the costs of running builds.

@leighmcculloch
Copy link
Member

If we do something to break the SDK for wasm32-unknown-unknown, it'll likely be the type of thing that's easy to walk back. So I think it's pretty low risk to stop building for it. If we accidentally break it, and someone opens an issue indicating so, we can fix it. 👍🏻

@graydon graydon added this pull request to the merge queue Mar 28, 2025
Merged via the queue into main with commit 97ab125 Mar 28, 2025
17 checks passed
@graydon graydon deleted the wasm32v1-none branch March 28, 2025 07:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants