Merge pull request #351 from paulyoung/patch-1
Fix ALLOW_MEMORY_GROWTH setting
This commit is contained in:
commit
dbecdf6c2e
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ mkdir -p target/scratch
|
|||
$emcc \
|
||||
-s WASM=1 \
|
||||
-s TOTAL_MEMORY=33554432 \
|
||||
-s ALLOW_MEMORY_GROWTH \
|
||||
-s ALLOW_MEMORY_GROWTH=1 \
|
||||
-s MAIN_MODULE=2 \
|
||||
-s NO_FILESYSTEM=1 \
|
||||
-s "EXPORTED_FUNCTIONS=${exports}" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue