blob: f19e6b156a748f8545485d48030fb66373747745 [file] [log] [blame]
// GENERATED CONTENT - DO NOT EDIT
// Content was automatically extracted by Reffy into webref
// (https://github.com/w3c/webref)
// Source: WebAssembly Web API (https://webassembly.github.io/spec/web-api/)
[Exposed=(Window,Worker)]
partial namespace WebAssembly {
Promise<Module> compileStreaming(Promise<Response> source, optional WebAssemblyCompileOptions options = {});
Promise<WebAssemblyInstantiatedSource> instantiateStreaming(
Promise<Response> source, optional object importObject, optional WebAssemblyCompileOptions options = {});
};