You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support WASIX longjmp/setjmp via Wasm exceptions using --v8.
We'll need to modify wasix-libc to use Wasm Exceptions when calling longjmp/setjmp (so longjmp/setjmp can be called using Wasm exceptions, and not using asyncify as we were doing until now).
Support WASIX longjmp/setjmp via Wasm exceptions using
--v8
.We'll need to modify wasix-libc to use Wasm Exceptions when calling longjmp/setjmp (so longjmp/setjmp can be called using Wasm exceptions, and not using asyncify as we were doing until now).
Idea:
https://github.com/wasix-org/wasix-libc/blob/main/examples/longjmp.c
Some resources: https://emscripten.org/docs/porting/exceptions.html#webassembly-exception-handling-based-support
Files: https://github.com/emscripten-core/emscripten/blob/main/system/lib/compiler-rt/emscripten_setjmp.c
The text was updated successfully, but these errors were encountered: