-
-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
There is a lot code require setjmp to build into wasm, emcc support it by build into javascript backend. (and all mainstream browser support setjmp and exception). https://webassembly.org/roadmap/
I can see FastVM use goto every where, maybe microwasm can add setjmp/longjmp support base on goto ?
a lot library don't use exception but require setjmp, add setjmp will allow a lot wasm only run in browser/nodejs work for web49.
Metadata
Metadata
Assignees
Labels
No labels