mirror of https://github.com/pyodide/pyodide.git
Set ALLOW_MEMORY_GROWTH=1
This commit is contained in:
parent
88194ab2c7
commit
bf68705eb7
1
Makefile
1
Makefile
|
@ -22,6 +22,7 @@ LDFLAGS=\
|
|||
$(CPYTHONROOT)/installs/python-$(PYVERSION)/lib/libpython$(PYMINOR).a \
|
||||
-s "BINARYEN_METHOD='native-wasm'" \
|
||||
-s TOTAL_MEMORY=536870912 \
|
||||
-s ALLOW_MEMORY_GROWTH=1 \
|
||||
-s MAIN_MODULE=1 \
|
||||
-s EMULATED_FUNCTION_POINTERS=1 \
|
||||
-s EMULATE_FUNCTION_POINTER_CASTS=1 \
|
||||
|
|
Loading…
Reference in New Issue