-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
Use wasm-compatible sleep if compiled for wasm32 #92
Conversation
Thanks a lot for this PR but we don't have test for wasm target yet. Would you like to add an action for it first? (Maybe in seperate PR) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot!
Sorry, I mixed up some commits and now it all landed in the same pull request. Please excuse the confusion. I included testing in wasm32-unknown-unknown now with wasm-pack. All unit tests are run. Blocking retry is excluded on WASM because it will block all execution. The Github action will also run the WASM tests. |
Thanks a lot! |
No description provided.