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
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
Globalprojection 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