Releases: jedisct1/libsodium.js
Releases · jedisct1/libsodium.js
0.8.2
0.8.1
Quite a lot of changes in this version:
- The wrapper code was simplified a little bit and converted to TypeScript
- The promise chain in WASM fallback was fixed to prevent race conditions
- In addition to the browser benchmarks, there are now local benchmarks, that can be run with
make benchmark - Automatically generated Typescript definitions are now included
- Libsodium was updated to the latest 1.0.21-stable version
- LTO was disabled - At least in Emscripten 4, it caused a significant performance degradation on some platforms.
- The API documentation files are now way more useful, and automatically generated along with the TypeScript definitions.