Bump max memory of JavaScript Sumo builds to 80 MiB

So that crypto_pwhash functions can work with the interactive
settings in pure JavaScript, without WebAssembly.
This commit is contained in:
Frank Denis
2026-01-11 22:59:35 +01:00
parent 9a310ef9a4
commit 4d6e5f280d
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -1,4 +1,7 @@
* Version 1.0.21-stable
- JavaScript sumo builds now allow up to 80 MiB memory usage, so that
`crypto_pwhash` with the interactive settings can be used in pure
JavaScript, not just WebAssembly.
- Performance: SHA3 (Keccak1600) now leverages ARM SHA3 instructions when
available on ARM platforms.
- Export missing crypto_ipcrypt_nd_keygen() helper function.
File diff suppressed because one or more lines are too long