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

Remove unnecessary async/await #8

Merged
merged 1 commit into from
Jun 13, 2022
Merged

Remove unnecessary async/await #8

merged 1 commit into from
Jun 13, 2022

Conversation

oplik0
Copy link
Member

@oplik0 oplik0 commented Jun 13, 2022

This is something I should've done some time ago. Since the move to wasm almost no function had to be asynchronous. This Shouldn't break async/await workflow, but will break use of .then, so I'm marking this as such

This is something I should've done some time ago. Since the move to wasm almost no function had to be asynchronous. This Shouldn't break async/await workflow, but will break use of `.then`, so marking this as such
@oplik0 oplik0 merged commit fc41802 into master Jun 13, 2022
@oplik0 oplik0 deleted the move-away-from-async branch August 11, 2022 10:51
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