Skip to content

WebAssembly.Exception object projection #10

Description

@FlorianRappl

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions