Increase memory limit for language wasm files (continued)

This commit is contained in:
Chris Wendt 2019-04-28 14:08:40 -07:00
parent f3ecafe13b
commit cff9c16ccc

View file

@ -18,6 +18,7 @@ docker run \
\
emcc \
-s WASM=1 \
-s TOTAL_MEMORY=33554432 \
-s ALLOW_MEMORY_GROWTH \
-s MAIN_MODULE=1 \
-s EXPORT_ALL=1 \