Skip to content

Commit

Permalink
Update of TR report from new reffy run
Browse files Browse the repository at this point in the history
Using reffy commit 17.2.5.
  • Loading branch information
reffy-bot committed Sep 19, 2024
1 parent d36f2c4 commit 60b76c9
Show file tree
Hide file tree
Showing 9 changed files with 308 additions and 309 deletions.
2 changes: 1 addition & 1 deletion tr/algorithms/WGSL.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"html": "<p>For each candidate <var>C</var>, enumerate conversion ranks for subexpressions in the syntactic phrase.\nThe candidate’s preconditions have been met, and so for the <var>i</var>’th subexpression in the <var>P</var>:</p>\n <ul>\n <li data-md=\"\">\n <p>Its static type has been computed.</p>\n </li><li data-md=\"\">\n <p>There is a <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/WGSL/#feasible-automatic-conversion\" id=\"ref-for-feasible-automatic-conversion③\">feasible automatic conversion</a> from the expression’s static type to the type required by the corresponding type assertion in the preconditions.\nLet <var>C</var>.<var>R</var>(i) be the <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/WGSL/#conversionrank\" id=\"ref-for-conversionrank②\">ConversionRank</a> of that conversion.</p>\n </li></ul>"
},
{
"html": "<p>Eliminate any candidate where one of its subexpressions resolves to an <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/WGSL/#type-abstract\" id=\"ref-for-type-abstract②\">abstract</a> type after <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/WGSL/#feasible-automatic-conversion\" id=\"ref-for-feasible-automatic-conversion④\">feasible automatic conversions</a>, but another\nof the candidate’s subexpressions is not a <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/WGSL/#const-expressions\" id=\"ref-for-const-expressions\">const-expression</a>.</p>"
"html": "<p>Eliminate any candidate where one of its subexpressions resolves to an <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/WGSL/#type-abstract\" id=\"ref-for-type-abstract②\">abstract</a> type after <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/WGSL/#feasible-automatic-conversion\" id=\"ref-for-feasible-automatic-conversion④\">feasible automatic conversions</a>, but another\nof the candidate’s subexpressions is not a <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/WGSL/#const-expressions\" id=\"ref-for-const-expressions\">const-expression</a>.</p>"
},
{
"html": "<p>Rank candidates: Given two overload candidates <var>C1</var> and <var>C2</var>, <var>C1</var> is <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-lt=\"preferable candidate\" data-noexport=\"\" id=\"preferable-candidate\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">preferred</dfn> over <var>C2</var> if:</p>\n <ul>\n <li data-md=\"\">\n <p>For each expression position <var>i</var> in <var>P</var>, <var>C1</var>.<var>R</var>(i) ≤ <var>C2</var>.<var>R</var>(i).</p>\n <ul>\n <li data-md=\"\">\n <p>That is, each expression conversion required to apply <var>C1</var> to <var>P</var> is at least as preferable as the corresponding expression conversion required to apply <var>C2</var> to <var>P</var>.</p>\n </li></ul>\n </li><li data-md=\"\">\n <p>There is at least one expression position <var>i</var> where <var>C1</var>.<var>R</var>(i) &lt; <var>C2</var>.<var>R</var>(i).</p>\n <ul>\n <li data-md=\"\">\n <p>That is, there is at least one expression conversion required to apply <var>C1</var> that is strictly more preferable than the corresponding conversion required to apply <var>C2</var>.</p>\n </li></ul>\n </li></ul>"
Expand Down
26 changes: 13 additions & 13 deletions tr/algorithms/webnn.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions tr/dfns/webnn.json
Original file line number Diff line number Diff line change
Expand Up @@ -1708,10 +1708,10 @@
"definedIn": "dt"
},
{
"id": "dom-mloperanddescriptor-dimensions",
"href": "https://www.w3.org/TR/webnn/#dom-mloperanddescriptor-dimensions",
"id": "dom-mloperanddescriptor-shape",
"href": "https://www.w3.org/TR/webnn/#dom-mloperanddescriptor-shape",
"linkingText": [
"dimensions"
"shape"
],
"localLinkingText": [],
"type": "dict-member",
Expand Down
144 changes: 72 additions & 72 deletions tr/headings/vc-data-model-2.0.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tr/idl/webnn.idl
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ enum MLOperandDataType {

dictionary MLOperandDescriptor {
required MLOperandDataType dataType;
sequence<[EnforceRange] unsigned long> dimensions = [];
sequence<[EnforceRange] unsigned long> shape = [];
};

[SecureContext, Exposed=(Window, DedicatedWorker)]
Expand Down
175 changes: 87 additions & 88 deletions tr/ids/WGSL.json

Large diffs are not rendered by default.

198 changes: 99 additions & 99 deletions tr/ids/vc-data-model-2.0.json

Large diffs are not rendered by default.

42 changes: 21 additions & 21 deletions tr/ids/webnn.json
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraph-inputdescriptors-slot",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraph-implementation-slot%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-table-the-typedarray-constructors%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-dimensions",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-shape",
"https://www.w3.org/TR/webnn/#ref-for-map-iterate%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraph-implementation-slot%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-operationerror%E2%91%A0",
Expand Down Expand Up @@ -474,7 +474,7 @@
"https://www.w3.org/TR/webnn/#ref-for-queue-an-ml-task%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-resolve%E2%91%A1",
"https://www.w3.org/TR/webnn/#api-mlcontext-compute-examples",
"https://www.w3.org/TR/webnn/#example-8f761056",
"https://www.w3.org/TR/webnn/#example-b9695d94",
"https://www.w3.org/TR/webnn/#api-mlcontext-opsupportlimits",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlcontext-opsupportlimits",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlcontext-opsupportlimits%E2%91%A0",
Expand Down Expand Up @@ -598,22 +598,22 @@
"https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-EnforceRange",
"https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-dimensions%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-shape%E2%91%A0",
"https://www.w3.org/TR/webnn/#dom-mloperanddescriptor-datatype",
"https://www.w3.org/TR/webnn/#ref-for-enumdef-mloperanddatatype%E2%91%A3",
"https://www.w3.org/TR/webnn/#dom-mloperanddescriptor-dimensions",
"https://www.w3.org/TR/webnn/#dom-mloperanddescriptor-shape",
"https://www.w3.org/TR/webnn/#create-an-mloperanddescriptor",
"https://www.w3.org/TR/webnn/#ref-for-dictdef-mloperanddescriptor%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-enumdef-mloperanddatatype%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-list",
"https://www.w3.org/TR/webnn/#ref-for-dictdef-mloperanddescriptor%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-datatype%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-dimensions%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-shape%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-list-clone",
"https://www.w3.org/TR/webnn/#mloperanddescriptor-byte-length",
"https://www.w3.org/TR/webnn/#ref-for-dictdef-mloperanddescriptor%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-list-iterate",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-dimensions%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-shape%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-table-the-typedarray-constructors%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-ArrayBufferView%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-datatype%E2%91%A2",
Expand All @@ -622,9 +622,9 @@
"https://www.w3.org/TR/webnn/#issue-f000a729",
"https://www.w3.org/TR/webnn/#mloperanddescriptor-check-dimensions",
"https://www.w3.org/TR/webnn/#ref-for-dictdef-mloperanddescriptor%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-dimensions%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-shape%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-valid-dimension",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-dimensions%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-shape%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-list-size",
"https://www.w3.org/TR/webnn/#issue-8054fa8e",
"https://www.w3.org/TR/webnn/#ref-for-mloperanddescriptor-byte-length%E2%91%A1",
Expand Down Expand Up @@ -663,7 +663,7 @@
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A6",
"https://www.w3.org/TR/webnn/#mloperand-shape",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-descriptor-slot",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-dimensions%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-shape%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A7",
"https://www.w3.org/TR/webnn/#mloperand-rank",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-shape",
Expand Down Expand Up @@ -1450,7 +1450,7 @@
"https://www.w3.org/TR/webnn/#ref-for-create-an-mloperanddescriptor%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-dimensions%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-shape%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-list-iterate%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-the-range%E2%91%A0",
Expand All @@ -1470,12 +1470,12 @@
"https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A3%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A2%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-dimensions%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-shape%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-valid-dimension%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A3%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A3%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-dimensions%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-shape%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-create-an-mloperand%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A3%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-operators%E2%91%A0%E2%91%A6",
Expand Down Expand Up @@ -2709,7 +2709,7 @@
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-operator-output%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webnn/#example-c3c43c72",
"https://www.w3.org/TR/webnn/#example-f859eef7",
"https://www.w3.org/TR/webnn/#api-mlgraphbuilder-gelu-method",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A2%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A8%E2%91%A2",
Expand Down Expand Up @@ -4293,7 +4293,7 @@
"https://www.w3.org/TR/webnn/#ref-for-dom-mlrecurrentnetworkactivation-tanh%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlrecurrentnetworkactivation-tanh%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-dictdef-mloperanddescriptor%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-dimensions%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-shape%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-list%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-datatype%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A0%E2%91%A0%E2%91%A6",
Expand Down Expand Up @@ -4488,14 +4488,14 @@
"https://www.w3.org/TR/webnn/#ref-for-cast%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlpadoptions-value%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A0%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-dimensions%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-shape%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-create-an-mloperand%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%93%AA%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-operators%E2%91%A2%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A2%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A4%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-operator-output%E2%91%A1%E2%91%A5",
"https://www.w3.org/TR/webnn/#example-66cfaa8b",
"https://www.w3.org/TR/webnn/#example-8df0a043",
"https://www.w3.org/TR/webnn/#api-mlgraphbuilder-pool2d",
"https://www.w3.org/TR/webnn/#enumdef-mlroundingtype",
"https://www.w3.org/TR/webnn/#dom-mlroundingtype-floor",
Expand Down Expand Up @@ -4682,7 +4682,7 @@
"https://www.w3.org/TR/webnn/#ref-for-valid-dimension%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A7%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-dimensions%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-shape%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-create-an-mloperand%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%93%AA%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-operators%E2%91%A3%E2%93%AA",
Expand Down Expand Up @@ -5149,7 +5149,7 @@
"https://www.w3.org/TR/webnn/#ref-for-dictdef-mlresample2doptions%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-descriptor-slot%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-list-clone%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-dimensions%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-shape%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-list-iterate%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-the-range%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlresample2doptions-axes%E2%91%A4",
Expand Down Expand Up @@ -5243,7 +5243,7 @@
"https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A2%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A1%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-descriptor-slot%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-dimensions%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-shape%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-create-an-mloperand%E2%91%A1%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-operators%E2%91%A3%E2%91%A4",
Expand Down Expand Up @@ -5750,7 +5750,7 @@
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A4%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A5%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-operator-output%E2%91%A3%E2%91%A0",
"https://www.w3.org/TR/webnn/#example-4ee0a7e9",
"https://www.w3.org/TR/webnn/#example-48fed25d",
"https://www.w3.org/TR/webnn/#api-mlgraphbuilder-where",
"https://www.w3.org/TR/webnn/#ref-for-broadcasting%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-bidirectionally-broadcastable%E2%91%A4",
Expand Down Expand Up @@ -5910,7 +5910,7 @@
"https://www.w3.org/TR/webnn/#converttoint",
"https://www.w3.org/TR/webnn/#examples",
"https://www.w3.org/TR/webnn/#example-99852ef0",
"https://www.w3.org/TR/webnn/#example-21e2c23a",
"https://www.w3.org/TR/webnn/#example-6d499ac7",
"https://www.w3.org/TR/webnn/#example-215c9f06",
"https://www.w3.org/TR/webnn/#example-d3330320",
"https://www.w3.org/TR/webnn/#emulation",
Expand Down
22 changes: 11 additions & 11 deletions tr/index.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "crawl",
"title": "Reffy crawl",
"date": "2024-09-18T01:34:21.423Z",
"date": "2024-09-19T01:34:18.829Z",
"options": {
"fallback": "tr/index.json",
"output": "report",
Expand Down Expand Up @@ -711,7 +711,7 @@
"https://aomediacodec.github.io/av1-spec/"
],
"crawled": "https://aomediacodec.github.io/av1-spec/av1-spec.pdf",
"date": "18 September 2024",
"date": "19 September 2024",
"links": "links/av1-spec.json"
},
{
Expand Down Expand Up @@ -18273,11 +18273,11 @@
],
"crawled": "https://www.w3.org/TR/vc-data-model-2.0/",
"crawlCacheInfo": {
"lastModified": "Sun, 15 Sep 2024 22:57:27 GMT"
"lastModified": "Wed, 18 Sep 2024 20:12:36 GMT"
},
"generator": "respec",
"date": "15 September 2024",
"revision": "ae63ddaccff94036893457aad2b55adc4a13503b",
"date": "18 September 2024",
"revision": "fde26ddadcedde96085f0c8c39eae03c708eef47",
"algorithms": "algorithms/vc-data-model-2.0.json",
"links": "links/vc-data-model-2.0.json",
"refs": "refs/vc-data-model-2.0.json",
Expand Down Expand Up @@ -20351,11 +20351,11 @@
],
"crawled": "https://www.w3.org/TR/webnn/",
"crawlCacheInfo": {
"lastModified": "Thu, 05 Sep 2024 23:37:14 GMT"
"lastModified": "Wed, 18 Sep 2024 05:03:52 GMT"
},
"generator": "bikeshed",
"date": "5 September 2024",
"revision": "a2450a5a6467a0e3a0a8e30bf5f4f502f015e5ee",
"date": "18 September 2024",
"revision": "53a24db89d836164761e3e1ad5510472db60c940",
"algorithms": "algorithms/webnn.json",
"links": "links/webnn.json",
"refs": "refs/webnn.json",
Expand Down Expand Up @@ -21504,11 +21504,11 @@
],
"crawled": "https://www.w3.org/TR/WGSL/",
"crawlCacheInfo": {
"lastModified": "Mon, 16 Sep 2024 22:04:58 GMT"
"lastModified": "Wed, 18 Sep 2024 19:54:45 GMT"
},
"generator": "bikeshed",
"date": "16 September 2024",
"revision": "17287e53b58d9de1fb65f1819dfaa420819dcc57",
"date": "18 September 2024",
"revision": "a62353b2e0ddf2878209e686e1ed5f3a3f81564e",
"algorithms": "algorithms/WGSL.json",
"links": "links/WGSL.json",
"refs": "refs/WGSL.json",
Expand Down

0 comments on commit 60b76c9

Please sign in to comment.