Skip to content

Commit 51eb50b

Browse files
committed
[web] Tweaks
1 parent 836b00e commit 51eb50b

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

document/index.html

+13-10
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,20 @@
1414
<div id="readme" class="readme blob isntapaper_body">
1515
<article class="markdown-body entry-content">
1616

17+
1718
<h1>WebAssembly Specifications</h1>
1819

1920
<p>
2021
To support the <em>embedding</em> of WebAssembly into different environments, its specification is split into <em>layers</em> that are specified in separate documents.
2122
</p>
2223

23-
<h3>Core specification</h3>
24+
<p>
25+
Source for these documents is available
26+
<a href="https://github.com/WebAssembly/spec/">here</a>.
27+
</p>
28+
29+
30+
<h3>Core Specification</h3>
2431

2532
<p>Defines the semantics of WebAssembly modules independent from a concrete embedding.
2633
The WebAssembly core is specified in a single document:</p>
@@ -41,12 +48,13 @@ <h3>Core specification</h3>
4148
</li>
4249
</ul>
4350

44-
<h3>Embedder specifications</h3>
51+
52+
<h3>Embedder Specifications</h3>
4553

4654
<p>Define <em>application programming interfaces</em> (APIs) enabling the use of WebAssembly modules in concrete embedding environments.
4755
Currently, two APIs are specified:</p>
4856

49-
<ul>
57+
<ul>
5058
<li><p><b>JavaScript Embedding</b>: defines JavaScript classes and objects for accessing WebAssembly from within JavaScript, including methods for validation, compilation, instantiation, and classes for representing and manipulating imports and exports as JavaScript objects.</p>
5159
<ul>
5260
<li><a href="js-api/index.html">W3C version</a></li>
@@ -60,15 +68,10 @@ <h3>Embedder specifications</h3>
6068
<!-- <li><a href="https://github.com/WebAssembly/spec/document/web-api/">Sources</a></li> -->
6169
</ul>
6270
</li>
63-
</ul>
64-
65-
<p>
66-
Source for these documents is available
67-
<a href="https://github.com/WebAssembly/spec/">here</a>.
68-
</p>
71+
</ul>
6972

7073

71-
<h3>All versions</h3>
74+
<h3>All Versions</h3>
7275

7376
<ul>
7477
<li><a href="versions/core/WebAssembly-1.0">WebAssembly 1.0</a> (2017)</li>

0 commit comments

Comments
 (0)