This repository was archived by the owner on Apr 25, 2025. It is now read-only.
This repository was archived by the owner on Apr 25, 2025. It is now read-only.
WebAssembly.Exception is not a subclass of JS Error #183
Closed
Description
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?
Metadata
Metadata
Assignees
Labels
No labels