diff options
author | Damien George <damien@micropython.org> | 2024-04-17 14:25:48 +1000 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2024-04-24 13:15:54 +1000 |
commit | 9c7f0659e2a6db37125fa092ebe5150125eb14b3 (patch) | |
tree | 2e07df7ea003fe49eb5de948eddce4f286ae13a0 /docs/esp32/tutorial | |
parent | 45848f77cac07dac1c77680041862ba444c1f3a3 (diff) |
webassembly/api: Allocate code data on C heap when running Python code.
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>
Diffstat (limited to 'docs/esp32/tutorial')
0 files changed, 0 insertions, 0 deletions