| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 0.8.1 source code.tar.gz | 2026-01-17 | 5.2 MB | |
| 0.8.1 source code.zip | 2026-01-17 | 5.5 MB | |
| README.md | 2026-01-17 | 670 Bytes | |
| Totals: 3 Items | 10.7 MB | 0 | |
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.