-
Notifications
You must be signed in to change notification settings - Fork 324
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
Don't default to use async
/await
on wasm32
#831
Don't default to use async
/await
on wasm32
#831
Conversation
6aa070b
to
033e413
Compare
033e413
to
eb11679
Compare
@notmandatory Mh, seems the CI failures are unrelated as they also happen on current master? |
Oh drat.. I'm looking into it now. |
Please take a look and hold off on rebasing until we decide on this PR: #842 |
We've bumped MSRV to 1.57.0, please rebase. |
We don't automatically want to make the interface `async` based on the used architecture, but now require the user to explicitly set the `async-interface` feature.
eb11679
to
32912ea
Compare
Rebased on master. |
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.
ACK 32912ea
Description
We don't automatically want to make the interface
async
based on the used architecture, but now require the user to explicitly set theasync-interface
feature.All Submissions:
cargo fmt
andcargo clippy
before committing