Hi, I created a library project in C++ and compiled to WASM, am consuming from a Node.js server. All calls into functions exported by the WASM are wrapped in try/catch, but it looks like some errors can occur that aren't caught here, which currently terminate the process, please see attached screencap.
Is generated .js registering timer callbacks directly? That seems odd and I wouldn't expect it to do that. Is there any way to handle exceptions that occur here? Thanks so much! -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
