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
Address review: switch WASM EH to -fexceptions, restore Asyncify
Native wasm exceptions (-fwasm-exceptions) are incompatible with legacy
Asyncify, and JSPI is not yet available in all browsers. Switch the
Emscripten exception model to -fexceptions (JS-based) and restore
-sASYNCIFY=1 / -sASYNCIFY_STACK_SIZE so the WASM build keeps working
across every browser that supports threads, until JSPI is universally
available.
Requested by @lefticus in PR #156 review.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments