forked from mirrors/gecko-dev
Automatic update from web-platform-testsAdd interfaces/wasm-web-api.idl Source: https://github.com/tidoust/reffy-reports/blob/785fa4b/whatwg/idl/wasm-web-api.idl Build: https://travis-ci.org/tidoust/reffy-reports/builds/433307730 -- wpt-commits: a5edd61ab252fd26dc29d248e5b8e583dc1ff908 wpt-pr: 13214
10 lines
449 B
Text
10 lines
449 B
Text
// GENERATED CONTENT - DO NOT EDIT
|
|
// Content was automatically extracted by Reffy into reffy-reports
|
|
// (https://github.com/tidoust/reffy-reports)
|
|
// Source: WebAssembly Web API (https://webassembly.github.io/spec/web-api/)
|
|
|
|
partial namespace WebAssembly {
|
|
Promise<Module> compileStreaming(Promise<Response> source);
|
|
Promise<WebAssemblyInstantiatedSource> instantiateStreaming(
|
|
Promise<Response> source, optional object importObject);
|
|
};
|