Description
Add a full WebAssembly.Table-style object projection to AngleSharp.Wasm so WebAssembly table exports and imports can be represented and manipulated through a DOM-compatible API.
Background
Table exports are currently surfaced only as descriptors, which is sufficient for metadata but not for interaction. A Table object would support scenarios involving function references, indirect calls, and module setups that rely on tables as host-visible objects.
Specification
WebAssembly JavaScript API: WebAssembly.Table
Description
Add a full
WebAssembly.Table-style object projection to AngleSharp.Wasm so WebAssembly table exports and imports can be represented and manipulated through a DOM-compatible API.Background
Table exports are currently surfaced only as descriptors, which is sufficient for metadata but not for interaction. A
Tableobject would support scenarios involving function references, indirect calls, and module setups that rely on tables as host-visible objects.Specification
WebAssembly JavaScript API:
WebAssembly.Table