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
{{ message }}
This repository was archived by the owner on Jul 26, 2023. It is now read-only.
Currently, the worker awaits a promise containing the return value of a primitive. While this is the way I would like to ideally do this, I would like to block the return of the function until the promise resolves. However, this requires the await syntax in javascript and I'm not sure how this would differ when using the asyncio pyodide implementation. Need to figure out a way to handle this syntax implicitly without actually presenting it to the user as it could be potentially confusing.