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.
Since WebAssembly.Exception is a JS subclass of JS's Error class it seems like it should be possible to provide the message and cause properties from the constructor. Currently, the WebAssembly.Exception constructor only takes the WebAssembly.Tag and the tag's parameters. Is the inability to provide a message or cause intentional or an oversight?