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
This PR enables wasm exception propagation among
c++ runtime generated wasm and javascript.
Right now the error.message is passed back
this would allow us to do some handling in webgpu
related exceptions raised through FFI boundaries.
Note that this would require the latest emscripten
and on the nodejs, --experimental-wasm-eh support.
0 commit comments