mirror of
https://github.com/micropython/micropython.git
synced 2026-01-08 13:10:21 +01:00
The GC now works correctly using asyncify and the functions emscripten_scan_stack() and emscripten_scan_registers(). Stack/call depth is monitored via the use of the pystack option. Fixes issue #6738. Signed-off-by: Damien George <damien@micropython.org>