Bysyncify: fix invoke_*s by kripken · Pull Request #8895 · emscripten-core/emscripten (original) (raw)
An invoke_*
call is basically the same as an indirect call, it just goes out into JS. The bysyncify analysis needs to be aware of that so it doesn't miss things.
Fixes bysyncify on code that uses invokes, which includes longjmp and exceptions.