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
Implement a module loader that supports top-level await expressions. Many console environments (PyodideConsole, IPython, asyncio.__main__, trio.__main__, etc.) already allow direct await at module level, so supporting this in our module loader would enable loading async modules properly in interactive environments.