mirror of
https://github.com/micropython/micropython.git
synced 2026-01-09 13:40:31 +01:00
Otherwise Emscripten allocates it on the Emscripten C stack, which will overflow for large amounts of code. Fixes issue #14307. Signed-off-by: Damien George <damien@micropython.org>