mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 20:50:14 +01:00
This allows a simple way to run the existing asyncio tests under the webassembly port, which doesn't support `asyncio.run()`. Signed-off-by: Damien George <damien@micropython.org>