Merge branch 'stable' of https://github.com/jedisct1/libsodium into stable

* 'stable' of https://github.com/jedisct1/libsodium:
  Document the LTO change
This commit is contained in:
Frank Denis
2026-01-22 10:39:10 +01:00
+3
View File
@@ -1,4 +1,7 @@
* Version 1.0.21-stable
- LTO is now disabled when using Emscripten: with Emscripten 4, LTO
produced WebAssembly modules with functions that ran significantly
slower than without it.
- 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.