You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Was chatting with @RReverser after they gave their awesome Asyncify talk from Wasm Live!
Asyncify is a tool that binaryen provides. And given the nature of our JS background, would be cool if we could utilize Asyncify in some way to implement Async/Await.
More of an idea, that something actionable today. But worth considering for the future! 😄
The text was updated successfully, but these errors were encountered:
Hey, I guess we already discuss about this here or in slack long time ago. Asyncify definitely useful but only for cross module boundary. Internally we picked asymmetric stackless coroutines which first of all be a construction block for generators which will utilized by async/await afterwards=)
Was chatting with @RReverser after they gave their awesome Asyncify talk from Wasm Live!
Asyncify is a tool that binaryen provides. And given the nature of our JS background, would be cool if we could utilize Asyncify in some way to implement Async/Await.
More of an idea, that something actionable today. But worth considering for the future! 😄
The text was updated successfully, but these errors were encountered: