Description
Add a WebAssembly.Exception-style object projection to AngleSharp.Wasm so WebAssembly exceptions can be exposed through a browser-like API rather than only through host/runtime error handling.
Background
Exception-related WebAssembly features are increasingly relevant for modules that rely on structured exception handling. A JS-visible exception projection would help host code inspect, propagate, or interoperate with WebAssembly exception values in a way that mirrors the standard browser API.
Specification
WebAssembly JavaScript API: WebAssembly.Exception
Description
Add a
WebAssembly.Exception-style object projection to AngleSharp.Wasm so WebAssembly exceptions can be exposed through a browser-like API rather than only through host/runtime error handling.Background
Exception-related WebAssembly features are increasingly relevant for modules that rely on structured exception handling. A JS-visible exception projection would help host code inspect, propagate, or interoperate with WebAssembly exception values in a way that mirrors the standard browser API.
Specification
WebAssembly JavaScript API:
WebAssembly.Exception