Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wasm32 support #62

Closed
wants to merge 2 commits into from
Closed

Wasm32 support #62

wants to merge 2 commits into from

Conversation

zzorba
Copy link

@zzorba zzorba commented Oct 13, 2024

I wanted to explore what removing the +Send+Sync requirements would look like for wasm32 architectures.

With this change, I'm able to build the matrix-sdk-ui crate locally for wasm32-unknown-unknown, while still being able to compile the existing wasm32 targets.

The one part I'm not totally sure about is the ReusableBoxFuture polyfill, it feels like there should be a better way to achieve that than what I've done here.

@zzorba
Copy link
Author

zzorba commented Oct 14, 2024

Closing in support of #63, which accomplishes the same goal.

@zzorba zzorba closed this Oct 14, 2024
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.

1 participant