Merge pull request #323 from chrismwendt/fix-total-memory

Increase memory limit for language wasm files (continued)
This commit is contained in:
Max Brunsfeld 2019-04-28 17:30:04 -07:00 committed by GitHub
commit 22a47b0205
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 \