Skip to content

WebAssembly.compileStreaming(...) and WebAssembly.instantiateStreaming(...) #12

Description

@FlorianRappl

Description

Add streaming compilation and instantiation APIs to AngleSharp.Wasm, including WebAssembly.compileStreaming(...) and WebAssembly.instantiateStreaming(...).

Background

Streaming APIs are the standard browser path for loading WebAssembly directly from a response stream. They are important for real-world scenarios where modules are fetched over HTTP and should be compiled as data arrives instead of requiring the entire binary to be buffered first.

Specification

WebAssembly JavaScript API: WebAssembly.compileStreaming(source) and WebAssembly.instantiateStreaming(source, importObject)

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