Skip to content

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