Commit bf68705e authored by Michael Droettboom's avatar Michael Droettboom

Set ALLOW_MEMORY_GROWTH=1

parent 88194ab2
...@@ -22,6 +22,7 @@ LDFLAGS=\ ...@@ -22,6 +22,7 @@ LDFLAGS=\
$(CPYTHONROOT)/installs/python-$(PYVERSION)/lib/libpython$(PYMINOR).a \ $(CPYTHONROOT)/installs/python-$(PYVERSION)/lib/libpython$(PYMINOR).a \
-s "BINARYEN_METHOD='native-wasm'" \ -s "BINARYEN_METHOD='native-wasm'" \
-s TOTAL_MEMORY=536870912 \ -s TOTAL_MEMORY=536870912 \
-s ALLOW_MEMORY_GROWTH=1 \
-s MAIN_MODULE=1 \ -s MAIN_MODULE=1 \
-s EMULATED_FUNCTION_POINTERS=1 \ -s EMULATED_FUNCTION_POINTERS=1 \
-s EMULATE_FUNCTION_POINTER_CASTS=1 \ -s EMULATE_FUNCTION_POINTER_CASTS=1 \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment