mymonero / mymonero-core-js

The JS library containing the Monero crypto plus lightwallet functions behind the official MyMonero apps
BSD 3-Clause "New" or "Revised" License
101 stars 103 forks source link

Confirm resolution to runtime warning: "atexit() called, but EXIT_RUNTIME is not set […]" #59

Closed paulshapiro closed 5 years ago

paulshapiro commented 5 years ago

Confirm necessary solution to runtime warning: "atexit() called, but EXIT_RUNTIME is not set, so atexits() will not be called. set EXIT_RUNTIME to 1 (see the FAQ)"

https://kripken.github.io/emscripten-site/docs/getting_started/FAQ.html#what-does-exiting-the-runtime-mean-why-don-t-atexit-s-run

paulshapiro commented 5 years ago

This is fine, since we want to keep the runtime running and don't have need of an exit call