Skip to content

Commit 932f896

Browse files
committed
Add _PyRuntime and _PyEM_EMSCRIPTEN_COUNT_ARGS_OFFSET to exports
1 parent 55260c3 commit 932f896

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configure

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2369,7 +2369,7 @@ AS_CASE([$ac_sys_system],
23692369
dnl Include file system support
23702370
AS_VAR_APPEND([LINKFORSHARED], [" -sFORCE_FILESYSTEM -lidbfs.js -lnodefs.js -lproxyfs.js -lworkerfs.js"])
23712371
AS_VAR_APPEND([LINKFORSHARED], [" -sEXPORTED_RUNTIME_METHODS=FS,callMain,ENV"])
2372-
AS_VAR_APPEND([LINKFORSHARED], [" -sEXPORTED_FUNCTIONS=_main,_Py_Version"])
2372+
AS_VAR_APPEND([LINKFORSHARED], [" -sEXPORTED_FUNCTIONS=_main,_Py_Version,__PyRuntime,__PyEM_EMSCRIPTEN_COUNT_ARGS_OFFSET"])
23732373
AS_VAR_APPEND([LINKFORSHARED], [" -sSTACK_SIZE=5MB"])
23742374
23752375
AS_VAR_IF([enable_wasm_dynamic_linking], [yes], [

0 commit comments

Comments
 (0)