Skip to content

WebAssembly.Table object projection #7

Description

@FlorianRappl

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

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