Skip to content

Commit a07195a

Browse files
author
reffy-bot
committed
Update of TR report from new reffy run
Using reffy commit 19.2.4.
1 parent b0a6425 commit a07195a

29 files changed

+5666
-1541
lines changed

tr/algorithms/wasm-js-api-2.json

Lines changed: 1891 additions & 285 deletions
Large diffs are not rendered by default.

tr/algorithms/wasm-web-api-2.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
},
66
"algorithms": [
77
{
8-
"name": "WebAssembly/instantiateStreaming(source, importObject)",
8+
"name": "WebAssembly/instantiateStreaming(source, importObject, options)",
99
"href": "https://www.w3.org/TR/wasm-web-api-2/#dom-webassembly-instantiatestreaming",
10-
"html": "The <dfn class=\"dfn-paneled idl-code has-dfn-panel\" data-dfn-for=\"WebAssembly\" data-dfn-type=\"method\" data-export=\"\" data-lt=\"instantiateStreaming(source, importObject)|instantiateStreaming(source)\" id=\"dom-webassembly-instantiatestreaming\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\"><code>instantiateStreaming(<var>source</var>, <var>importObject</var>)</code></dfn> method, when invoked, performs the following steps:",
10+
"html": "The <dfn class=\"dfn-paneled idl-code has-dfn-panel\" data-dfn-for=\"WebAssembly\" data-dfn-type=\"method\" data-export=\"\" data-lt=\"instantiateStreaming(source, importObject, options)|instantiateStreaming(source, importObject)|instantiateStreaming(source)\" id=\"dom-webassembly-instantiatestreaming\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\"><code>instantiateStreaming(<var>source</var>, <var>importObject</var>, <var>options</var>)</code></dfn> method, when invoked, performs the following steps:",
1111
"rationale": ".algorithm",
1212
"steps": [
1313
{
14-
"html": "<p>Let <var>promiseOfModule</var> be the result of <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/wasm-web-api-2/#compile-a-potential-webassembly-response\" id=\"ref-for-compile-a-potential-webassembly-response①\">compiling a potential WebAssembly response</a> with <var>source</var>.</p>"
14+
"html": "<p>Let <var>promiseOfModule</var> be the result of <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/wasm-web-api-2/#compile-a-potential-webassembly-response\" id=\"ref-for-compile-a-potential-webassembly-response①\">compiling a potential WebAssembly response</a> with <var>source</var> using <var>options</var>.</p>"
1515
},
1616
{
1717
"html": "<p>Return the result of <a data-link-type=\"dfn\" href=\"https://webassembly.github.io/spec/js-api/#instantiate-a-promise-of-a-module\" id=\"ref-for-instantiate-a-promise-of-a-module\">instantiating the promise of a module</a> <var>promiseOfModule</var> with imports <var>importObject</var>.</p>"
@@ -21,7 +21,7 @@
2121
{
2222
"name": "compile a potential WebAssembly response",
2323
"href": "https://www.w3.org/TR/wasm-web-api-2/#compile-a-potential-webassembly-response",
24-
"html": "To <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"compile-a-potential-webassembly-response\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">compile a potential WebAssembly response</dfn> with a promise of a <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://fetch.spec.whatwg.org/#response\" id=\"ref-for-response②\">Response</a></code> <var>source</var>, perform the following steps:",
24+
"html": "To <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"compile-a-potential-webassembly-response\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">compile a potential WebAssembly response</dfn> with a promise of a <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://fetch.spec.whatwg.org/#response\" id=\"ref-for-response②\">Response</a></code> <var>source</var> and <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webassembly.github.io/spec/js-api/#dictdef-webassemblycompileoptions\" id=\"ref-for-dictdef-webassemblycompileoptions②\">WebAssemblyCompileOptions</a></code> <var>options</var>, perform the following steps:",
2525
"rationale": ".algorithm",
2626
"steps": [
2727
{
@@ -63,7 +63,7 @@
6363
"html": "<p>Let <var>stableBytes</var> be a <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#dfn-get-buffer-source-copy\" id=\"ref-for-dfn-get-buffer-source-copy\">copy of the bytes held by the buffer</a> <var>bodyArrayBuffer</var>.</p>"
6464
},
6565
{
66-
"html": "<p><a data-link-type=\"dfn\" href=\"https://webassembly.github.io/spec/js-api/#asynchronously-compile-a-webassembly-module\" id=\"ref-for-asynchronously-compile-a-webassembly-module\">Asynchronously compile the WebAssembly module</a> <var>stableBytes</var> using the <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#networking-task-source\" id=\"ref-for-networking-task-source\">networking task source</a> and <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#resolve\" id=\"ref-for-resolve\">resolve</a> <var>returnValue</var> with the result.</p>"
66+
"html": "<p><a data-link-type=\"dfn\" href=\"https://webassembly.github.io/spec/js-api/#asynchronously-compile-a-webassembly-module\" id=\"ref-for-asynchronously-compile-a-webassembly-module\">Asynchronously compile the WebAssembly module</a> <var>stableBytes</var> using the <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#networking-task-source\" id=\"ref-for-networking-task-source\">networking task source</a> and <var>options</var> and <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#resolve\" id=\"ref-for-resolve\">resolve</a> <var>returnValue</var> with the result.</p>"
6767
}
6868
]
6969
},

0 commit comments

Comments
 (0)