blob: 088c8ee3a3994eb2b39cb708792b5936ce331b16 [file] [log] [blame]
Victor Porof6e096922022-06-10 13:01:05 +00001// GENERATED CONTENT - DO NOT EDIT
2// Content was automatically extracted by Reffy into webref
3// (https://github.com/w3c/webref)
4// Source: WebAssembly Web API (https://webassembly.github.io/spec/web-api/)
5
6[Exposed=(Window,Worker)]
7partial namespace WebAssembly {
8 Promise<Module> compileStreaming(Promise<Response> source);
9 Promise<WebAssemblyInstantiatedSource> instantiateStreaming(
10 Promise<Response> source, optional object importObject);
11};