zstd-codec
zstd-codec copied to clipboard
Whille trying to compress large file getting 'Cannot enlarge memory arrays' issue.
ALLOW_MEMORY_GROWTH=1 is not working working while tried compiling
same for me
Cannot enlarge memory arrays. Either (1) compile with -s TOTAL_MEMORY=X with X higher than the current value 16777216, (2) compile with -s ALLOW_MEMORY_GROWTH=1 which allows increasing the size at runtime, or (3) if you want malloc to return NULL (0) instead of this abort, compile with -s ABORTING_MALLOC=0
are there any solutions?