Merge pull request #351 from paulyoung/patch-1

Fix ALLOW_MEMORY_GROWTH setting
This commit is contained in:
Max Brunsfeld 2019-06-04 19:43:07 -07:00 committed by GitHub
commit dbecdf6c2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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