mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
Emscripten 4 changed the WASM binary encoding mode from base64 to a custom UTF-8 binary encoding with binaryDecode(). The new encoding uses control characters and non-printable ASCII that get corrupted when served to browsers.