mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-22 12:30:19 +00:00
Revert "Update build_web.sh"
This reverts commit 0c6ac6287d045d013cda6e558215549215ae6a49.
This commit is contained in:
parent
0c6ac6287d
commit
3be4a35f79
@ -9,6 +9,6 @@ SRC=$(find src/ -name "*.c")
|
|||||||
|
|
||||||
emcc $SRC -Iinclude/ -s -Os \
|
emcc $SRC -Iinclude/ -s -Os \
|
||||||
-sEXPORTED_FUNCTIONS=_py_initialize,_py_exec,_py_finalize,_py_printexc,_py_clearexc \
|
-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 \
|
-sALLOW_MEMORY_GROWTH=1 \
|
||||||
-o web/lib/pocketpy.js
|
-o web/lib/pocketpy.js
|
||||||
|
Loading…
x
Reference in New Issue
Block a user