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.
There is a lot code require
setjmpto build into wasm, emcc support it by build intojavascriptbackend. (and all mainstream browser supportsetjmpandexception). https://webassembly.org/roadmap/I can see FastVM use
gotoevery where, maybemicrowasmcan addsetjmp/longjmpsupport base ongoto?a lot library don't use
exceptionbut requiresetjmp, addsetjmpwill allow a lot wasm only run inbrowser/nodejswork forweb49.