Can you please share, by when emscripten will start supporting setjmp/longjmp with Wasm exception handling.
PS:
My product has dependencies on 3rd party components like opencv.
Loading side wasm built with wasm-eh using with 2.0.32 emsdk throws:
Aborted(Assertion failed: undefined symbol `longjmp`. perhaps a side module was not linked in? if this global was expected to arrive from a system library, try to build the MAIN_MODULE with EMCC_FORCE_STDLIBS=1 in the environment)