mirror of
https://github.com/servo/servo.git
synced 2025-08-08 15:05:35 +01:00
Update web-platform-tests to revision e29e596073468910d8655a8ec23262f17543e147
This commit is contained in:
parent
e56db1f322
commit
5e2118728a
67 changed files with 1403 additions and 821 deletions
10
tests/wpt/web-platform-tests/interfaces/wasm-web-api.idl
Normal file
10
tests/wpt/web-platform-tests/interfaces/wasm-web-api.idl
Normal file
|
@ -0,0 +1,10 @@
|
|||
// 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);
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue