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
{{ message }}
This repository was archived by the owner on Apr 25, 2025. It is now read-only.
What should be the type of Wasm exceptions caught in JS? Should they be an instance of WebAssembly.RuntimeError with some extra fields for the identity of the exception and its arguments? Or does it make sense to have a separate type like WebAssembly.ProgramException to separate user-defined errors from those defined by the standard?
The text was updated successfully, but these errors were encountered:
What should be the type of Wasm exceptions caught in JS? Should they be an instance of
WebAssembly.RuntimeError
with some extra fields for the identity of the exception and its arguments? Or does it make sense to have a separate type likeWebAssembly.ProgramException
to separate user-defined errors from those defined by the standard?The text was updated successfully, but these errors were encountered: