Description
Add a WebAssembly.Tag-style object projection to AngleSharp.Wasm for representing tag exports and imports in a DOM-compatible way.
Background
Tag support is part of the newer WebAssembly JavaScript API surface and is relevant for modules that use exception-tagging and related features. Even if support is partial at first, having a first-class object projection would make the package more aligned with the standard JS API and easier to extend later.
Specification
WebAssembly JavaScript API: WebAssembly.Tag
Description
Add a
WebAssembly.Tag-style object projection to AngleSharp.Wasm for representing tag exports and imports in a DOM-compatible way.Background
Tag support is part of the newer WebAssembly JavaScript API surface and is relevant for modules that use exception-tagging and related features. Even if support is partial at first, having a first-class object projection would make the package more aligned with the standard JS API and easier to extend later.
Specification
WebAssembly JavaScript API:
WebAssembly.Tag