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

Full wasm support with wasm-bindgen-futures #445

Merged
merged 53 commits into from
Nov 22, 2023

Conversation

bitfl0wer
Copy link
Member

This PR applies the necessary patches to correctly pass (all but two) tests when compiling for wasm32-unknown-unknown.

2 tests have been disabled for wasm at the moment: test messages::search_messages and test messages::send_message_attachment. These two tests currently rely on std::fs to grab a file to send/search for using chorus. This is not possible on wasm32-unknown, because this target does not have a Filesystem, and does not emulate on either. These two tests should be patched, but this should be good enough for now.

@bitfl0wer bitfl0wer merged commit b7d4ff2 into polyphony-chat:dev Nov 22, 2023
6 checks passed
@bitfl0wer bitfl0wer deleted the wasm-bindgen-futures branch November 22, 2023 15:09
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