mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
This stops emscripten from adding a `unhandledRejection` handler on the global `process` object that forcefully exits the process. This allows fixing jedisct1/emscripten.js#253 because we no longer need to remove these listeners to compensate after the fact.