summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/interfaces/wasm-web-api.idl
blob: 088c8ee3a3994eb2b39cb708792b5936ce331b16 (plain)
1
2
3
4
5
6
7
8
9
10
11
// 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);
  Promise<WebAssemblyInstantiatedSource> instantiateStreaming(
      Promise<Response> source, optional object importObject);
};