Skip to content

Commit 7952e58

Browse files
committed
webassembly: Disable atexit module.
There is no common deinit routine to add support in. Signed-off-by: Andrew Leech <andrew.leech@planetinnovation.com.au>
1 parent a257407 commit 7952e58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ports/webassembly/mpconfigport.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_DOUBLE)
5555
#define MICROPY_USE_INTERNAL_ERRNO (1)
5656
#define MICROPY_USE_INTERNAL_PRINTF (0)
57+
#define MICROPY_PY_ATEXIT (0)
5758

5859
#define MICROPY_EPOCH_IS_1970 (1)
5960
#define MICROPY_PY_ASYNCIO_TASK_QUEUE_PUSH_CALLBACK (1)

0 commit comments

Comments
 (0)