Update web-platform-tests to revision 8cdb75336b65e31e0278082e74927e5be2045b5a

This commit is contained in:
WPT Sync Bot 2020-08-15 08:20:12 +00:00
parent 6164358bcd
commit b0a5c77cf6
132 changed files with 1197 additions and 959 deletions

View file

@ -3,6 +3,7 @@
// (https://github.com/tidoust/reffy-reports)
// 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(