Skip to content

feat(wasm): added wasm support, moved blocking to a feature #38

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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

benni-tec
Copy link

Hi everybody,
I added support for wasm(32) to this library by adding the wasm32 feature, which fixes the dependencies for wasm, and by disabling Send + Sync on async_traits when compiling for wasm.

Since wasm environments are inherently single-threaded this is safe.

I also moved blocking behaviour behind a feature flag, since it needs to be disabled for wasm. However I included it in the default features to ensure compatibility.

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