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
`getExceptionMessage` didn't work with `-sASSERTIONS`, which is the
default mode for `-O0`, because `getExceptionMessage` assumes the input
`ptr` is a pointer, whereas when `ASSERTIONS` is set, it is an instance
of `CppException`. `in/decrementExceptionRefcount` have the same
problem. Now these methods check whether the pointer is a value or an
instance of `CppException`.
Fixesemscripten-core#17115 (comment).
0 commit comments