Skip to content

Commit

Permalink
chore: increase initial heap size by one page
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhirn committed Sep 23, 2024
1 parent 9387b9f commit 885ea32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ set -eux
-s EXPORTED_FUNCTIONS="_malloc","_free","_argon2_hash","_argon2_verify","_argon2_error_message","_argon2_encodedlen" \
-s EXPORTED_RUNTIME_METHODS="UTF8ToString" \
-s MALLOC=emmalloc \
-s INITIAL_HEAP=67108864 \
-s INITIAL_HEAP=67174400 \
-s ALLOW_MEMORY_GROWTH \
-s ENVIRONMENT="web" \
-D ARGON2_NO_THREADS \
Expand Down

0 comments on commit 885ea32

Please sign in to comment.