Skip to content

WebAssembly.Global object projection #8

Description

@FlorianRappl

Description

Add a full WebAssembly.Global-style object projection to AngleSharp.Wasm so global values can be represented as first-class JS-visible objects instead of descriptor-only metadata.

Background

Many WebAssembly modules use globals for configuration, state, or sharing immutable values across the module boundary. A Global projection would make these values accessible in a way that better matches browser WebAssembly behavior and would improve interoperability for host code that expects the standard API surface.

Specification

WebAssembly JavaScript API: WebAssembly.Global

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