zlib-asm
zlib-asm copied to clipboard
Cannot enlarge memory arrays in asm.js
When compressing a large amount of strings (all 64kB of size) we are getting the following error:
Cannot enlarge memory arrays in asm.js. Either (1) compile with -s TOTAL_MEMORY=X with X higher than the current value 8388608, or (2) set Module.TOTAL_MEMORY before the program runs.
Do you have an idea what to do?
+1