Skip to content

Commit 02be810

Browse files
committed
Fix validation errors
1 parent d5f5868 commit 02be810

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

document/js-api/index.bs

+3-3
Original file line numberDiff line numberDiff line change
@@ -1331,12 +1331,12 @@ The following sections provide an overview of what has changed.</p>
13311331

13321332
<h3 id="release-20">Release 2.0</h3>
13331333

1334-
<h4 class="no-toc heading settled">Multiple Values</h4>
1334+
<h4 id="changes-multivalue" class="no-toc heading settled">Multiple Values</h4>
13351335
Multiple values can be returned from WebAssembly functions into JavaScript as an [=Array=] object.
13361336

1337-
<h4 class="no-toc heading settled">BigInt Integration</h4>
1337+
<h4 id="changes-bigint" class="no-toc heading settled">BigInt Integration</h4>
13381338
WebAssembly [=i64=] values can be passed to and from JavaScript (via imported or exported globals, table get or set operations, function return values or arguments) as [=BigInt=] objects.
13391339

1340-
<h4 class="no-toc heading settled">Reference types</h4>
1340+
<h4 id="changes-reftypes" class="no-toc heading settled">Reference types</h4>
13411341
JavaScript values can be passed to and from WebAssembly (via imported or exported globals, table set or get operations, and function arguments or return values) as [=externref=] values.
13421342
Multiple tables can be exported and imported to and from JavaScript.

document/web-api/index.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -313,5 +313,5 @@ application/wasm
313313
The following sections provide an overview of what has changed.</p>
314314

315315
<h3 id="release-20">Release 2.0</h3>
316-
<h4 class="no-toc heading settled">Media-type Registraton Completed</h4>
316+
<h4 id="changes-registration" class="no-toc heading settled">Media-type Registraton Completed</h4>
317317
The registration for the `application/wasm` media type has been successfully completed.

0 commit comments

Comments
 (0)