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

Add Wasm/Windows support/CI #1

Merged
merged 5 commits into from
Jul 17, 2023
Merged

Add Wasm/Windows support/CI #1

merged 5 commits into from
Jul 17, 2023

Conversation

stephencelis
Copy link
Member

The dlsym tricks we do don't work on Wasm or Windows.

For Wasm we are in a single threaded mode anyway, so I think we could make withMainSerialExecutor a no-op on that platform in the future.

For Windows we'll need more explicit support using the appropriate platform APIs.

@stephencelis stephencelis merged commit 479750b into main Jul 17, 2023
7 checks passed
@stephencelis stephencelis deleted the fix-wasm-and-windows branch July 17, 2023 19:10
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.

2 participants