Set ALLOW_MEMORY_GROWTH=1

This commit is contained in:
Michael Droettboom 2018-09-11 17:07:31 -04:00
parent 88194ab2c7
commit bf68705eb7
1 changed files with 1 additions and 0 deletions

View File

@ -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 \