Merge pull request #323 from chrismwendt/fix-total-memory
Increase memory limit for language wasm files (continued)
This commit is contained in:
commit
22a47b0205
1 changed files with 1 additions and 0 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue