From 3be4a35f79cf28e1707b09b3ade8cb27a5c6dae1 Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Mon, 20 Oct 2025 19:39:01 +0800 Subject: [PATCH] Revert "Update build_web.sh" This reverts commit 0c6ac6287d045d013cda6e558215549215ae6a49. --- build_web.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_web.sh b/build_web.sh index 09f100df..799f44c2 100644 --- a/build_web.sh +++ b/build_web.sh @@ -9,6 +9,6 @@ SRC=$(find src/ -name "*.c") emcc $SRC -Iinclude/ -s -Os \ -sEXPORTED_FUNCTIONS=_py_initialize,_py_exec,_py_finalize,_py_printexc,_py_clearexc \ - -sEXPORTED_RUNTIME_METHODS="['ccall','cwrap','_emscripten_stack_get_current']" + -sEXPORTED_RUNTIME_METHODS=ccall \ -sALLOW_MEMORY_GROWTH=1 \ -o web/lib/pocketpy.js