Skip to content

Commit 70ccd8f

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 18.3.1.
1 parent 5ac479d commit 70ccd8f

12 files changed

+659
-487
lines changed

ed/algorithms/network-error-logging.json

+28-26
Large diffs are not rendered by default.

ed/algorithms/wasm-js-api-2-fork-esm-integration.json

+57-74
Large diffs are not rendered by default.

ed/dfns/wasm-js-api-2-fork-esm-integration.json

+136-136
Large diffs are not rendered by default.

ed/headings/network-error-logging.json

+24-10
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,6 @@
3030
"title": "Conformance",
3131
"number": "2"
3232
},
33-
{
34-
"id": "dependencies",
35-
"href": "https://w3c.github.io/network-error-logging/#dependencies",
36-
"level": 3,
37-
"title": "Dependencies",
38-
"number": "2.1"
39-
},
4033
{
4134
"id": "concepts",
4235
"href": "https://w3c.github.io/network-error-logging/#concepts",
@@ -316,26 +309,47 @@
316309
"title": "NEL",
317310
"number": "10.1"
318311
},
312+
{
313+
"id": "index",
314+
"href": "https://w3c.github.io/network-error-logging/#index",
315+
"level": 2,
316+
"title": "Index",
317+
"number": "A"
318+
},
319+
{
320+
"id": "index-defined-here",
321+
"href": "https://w3c.github.io/network-error-logging/#index-defined-here",
322+
"level": 3,
323+
"title": "Terms defined by this specification",
324+
"number": "A.1"
325+
},
326+
{
327+
"id": "index-defined-elsewhere",
328+
"href": "https://w3c.github.io/network-error-logging/#index-defined-elsewhere",
329+
"level": 3,
330+
"title": "Terms defined by reference",
331+
"number": "A.2"
332+
},
319333
{
320334
"id": "acknowledgments",
321335
"href": "https://w3c.github.io/network-error-logging/#acknowledgments",
322336
"level": 2,
323337
"title": "Acknowledgments",
324-
"number": "A"
338+
"number": "B"
325339
},
326340
{
327341
"id": "references",
328342
"href": "https://w3c.github.io/network-error-logging/#references",
329343
"level": 2,
330344
"title": "References",
331-
"number": "B"
345+
"number": "C"
332346
},
333347
{
334348
"id": "normative-references",
335349
"href": "https://w3c.github.io/network-error-logging/#normative-references",
336350
"level": 3,
337351
"title": "Normative references",
338-
"number": "B.1"
352+
"number": "C.1"
339353
}
340354
]
341355
}

ed/headings/wasm-js-api-2-fork-esm-integration.json

+62-31
Original file line numberDiff line numberDiff line change
@@ -28,180 +28,211 @@
2828
"level": 2,
2929
"title": "Table of Contents"
3030
},
31+
{
32+
"id": "intro",
33+
"href": "https://webassembly.github.io/esm-integration/js-api/#intro",
34+
"level": 2,
35+
"title": "Introduction",
36+
"number": "1"
37+
},
3138
{
3239
"id": "sample",
3340
"href": "https://webassembly.github.io/esm-integration/js-api/#sample",
3441
"level": 2,
3542
"title": "Sample API Usage",
36-
"number": "1"
43+
"number": "2"
3744
},
3845
{
3946
"id": "notation",
4047
"href": "https://webassembly.github.io/esm-integration/js-api/#notation",
4148
"level": 2,
4249
"title": "Notation",
43-
"number": "2"
50+
"number": "3"
4451
},
4552
{
4653
"id": "webassembly-storage",
4754
"href": "https://webassembly.github.io/esm-integration/js-api/#webassembly-storage",
4855
"level": 2,
4956
"title": "Internal storage",
50-
"number": "3"
57+
"number": "4"
5158
},
5259
{
5360
"id": "store",
5461
"href": "https://webassembly.github.io/esm-integration/js-api/#store",
5562
"level": 3,
5663
"title": "Interaction of the WebAssembly Store with JavaScript",
57-
"number": "3.1"
64+
"number": "4.1"
5865
},
5966
{
6067
"id": "object-caches",
6168
"href": "https://webassembly.github.io/esm-integration/js-api/#object-caches",
6269
"level": 3,
6370
"title": "WebAssembly JS Object Caches",
64-
"number": "3.2"
71+
"number": "4.2"
6572
},
6673
{
6774
"id": "webassembly-namespace",
6875
"href": "https://webassembly.github.io/esm-integration/js-api/#webassembly-namespace",
6976
"level": 2,
7077
"title": "The WebAssembly Namespace",
71-
"number": "4"
78+
"number": "5"
7279
},
7380
{
7481
"id": "modules",
7582
"href": "https://webassembly.github.io/esm-integration/js-api/#modules",
7683
"level": 3,
7784
"title": "Modules",
78-
"number": "4.1"
85+
"number": "5.1"
7986
},
8087
{
8188
"id": "instances",
8289
"href": "https://webassembly.github.io/esm-integration/js-api/#instances",
8390
"level": 3,
8491
"title": "Instances",
85-
"number": "4.2"
92+
"number": "5.2"
8693
},
8794
{
8895
"id": "memories",
8996
"href": "https://webassembly.github.io/esm-integration/js-api/#memories",
9097
"level": 3,
9198
"title": "Memories",
92-
"number": "4.3"
99+
"number": "5.3"
93100
},
94101
{
95102
"id": "tables",
96103
"href": "https://webassembly.github.io/esm-integration/js-api/#tables",
97104
"level": 3,
98105
"title": "Tables",
99-
"number": "4.4"
106+
"number": "5.4"
100107
},
101108
{
102109
"id": "globals",
103110
"href": "https://webassembly.github.io/esm-integration/js-api/#globals",
104111
"level": 3,
105112
"title": "Globals",
106-
"number": "4.5"
113+
"number": "5.5"
107114
},
108115
{
109116
"id": "exported-function-exotic-objects",
110117
"href": "https://webassembly.github.io/esm-integration/js-api/#exported-function-exotic-objects",
111118
"level": 3,
112119
"title": "Exported Functions",
113-
"number": "4.6"
120+
"number": "5.6"
114121
},
115122
{
116123
"id": "error-objects",
117124
"href": "https://webassembly.github.io/esm-integration/js-api/#error-objects",
118125
"level": 3,
119126
"title": "Error Objects",
120-
"number": "4.7"
127+
"number": "5.7"
121128
},
122129
{
123130
"id": "errors",
124131
"href": "https://webassembly.github.io/esm-integration/js-api/#errors",
125132
"level": 2,
126133
"title": "Error Condition Mappings to JavaScript",
127-
"number": "5"
134+
"number": "6"
128135
},
129136
{
130137
"id": "stack-overflow",
131138
"href": "https://webassembly.github.io/esm-integration/js-api/#stack-overflow",
132139
"level": 3,
133140
"title": "Stack Overflow",
134-
"number": "5.1"
141+
"number": "6.1"
135142
},
136143
{
137144
"id": "out-of-memory",
138145
"href": "https://webassembly.github.io/esm-integration/js-api/#out-of-memory",
139146
"level": 3,
140147
"title": "Out of Memory",
141-
"number": "5.2"
148+
"number": "6.2"
142149
},
143150
{
144151
"id": "limits",
145152
"href": "https://webassembly.github.io/esm-integration/js-api/#limits",
146153
"level": 2,
147154
"title": "Implementation-defined Limits",
148-
"number": "6"
155+
"number": "7"
149156
},
150157
{
151158
"id": "security-considerations",
152159
"href": "https://webassembly.github.io/esm-integration/js-api/#security-considerations",
153160
"level": 2,
154161
"title": "Security and Privacy Considerations",
155-
"number": "7"
162+
"number": "8"
156163
},
157164
{
158165
"id": "esm-integration",
159166
"href": "https://webassembly.github.io/esm-integration/js-api/#esm-integration",
160167
"level": 2,
161168
"title": "Integration with ECMAScript modules",
162-
"number": "8"
169+
"number": "9"
163170
},
164171
{
165172
"id": "get-exported-names",
166173
"href": "https://webassembly.github.io/esm-integration/js-api/#get-exported-names",
167174
"level": 3,
168175
"title": "GetExportedNames ( exportStarSet ) Concrete Method",
169-
"number": "8.1"
176+
"number": "9.1"
170177
},
171178
{
172179
"id": "resolve-export",
173180
"href": "https://webassembly.github.io/esm-integration/js-api/#resolve-export",
174181
"level": 3,
175182
"title": "ResolveExport ( exportName, resolveSet ) Concrete Method",
176-
"number": "8.2"
183+
"number": "9.2"
177184
},
178185
{
179186
"id": "module-declaration-environment-setup",
180187
"href": "https://webassembly.github.io/esm-integration/js-api/#module-declaration-environment-setup",
181188
"level": 3,
182189
"title": "InitializeEnvironment ( ) Concrete Method",
183-
"number": "8.3"
190+
"number": "9.3"
184191
},
185192
{
186193
"id": "module-execution",
187194
"href": "https://webassembly.github.io/esm-integration/js-api/#module-execution",
188195
"level": 3,
189196
"title": "ExecuteModule ( [ promiseCapability ] ) Concrete Method",
190-
"number": "8.4"
191-
},
192-
{
193-
"id": "get-module-source",
194-
"href": "https://webassembly.github.io/esm-integration/js-api/#get-module-source",
195-
"level": 3,
196-
"title": "GetModuleSource ( ) Concrete Method",
197-
"number": "8.5"
197+
"number": "9.4"
198198
},
199199
{
200200
"id": "hostgetmodulesourcename",
201201
"href": "https://webassembly.github.io/esm-integration/js-api/#hostgetmodulesourcename",
202202
"level": 3,
203203
"title": "HostGetModuleSourceName",
204-
"number": "8.6"
204+
"number": "9.5"
205+
},
206+
{
207+
"id": "change-history",
208+
"href": "https://webassembly.github.io/esm-integration/js-api/#change-history",
209+
"level": 2,
210+
"title": "10. Change History"
211+
},
212+
{
213+
"id": "release-20",
214+
"href": "https://webassembly.github.io/esm-integration/js-api/#release-20",
215+
"level": 3,
216+
"title": "Release 2.0",
217+
"number": "10.1"
218+
},
219+
{
220+
"id": "changes-multivalue",
221+
"href": "https://webassembly.github.io/esm-integration/js-api/#changes-multivalue",
222+
"level": 4,
223+
"title": "Multiple Values"
224+
},
225+
{
226+
"id": "changes-bigint",
227+
"href": "https://webassembly.github.io/esm-integration/js-api/#changes-bigint",
228+
"level": 4,
229+
"title": "BigInt Integration"
230+
},
231+
{
232+
"id": "changes-reftypes",
233+
"href": "https://webassembly.github.io/esm-integration/js-api/#changes-reftypes",
234+
"level": 4,
235+
"title": "Reference types"
205236
},
206237
{
207238
"id": "w3c-conformance",

0 commit comments

Comments
 (0)