Skip to content

Commit

Permalink
Fix links to legacy spec documents (#304)
Browse files Browse the repository at this point in the history
#303 broke the core spec links. This fixes it by adding `core/` to the
directory links and also adds the JS API spec link to the web page.
  • Loading branch information
aheejin committed May 25, 2024
1 parent 4433e3f commit 3b5e9e1
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions document/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,17 @@ <h3>Legacy Extensions</h3>
<ul>
<li><p><b>Legacy Exception Handling</b>: defines additional instructions for exception handling that may still be available in some engines and tools, specifically web browsers.</p>
<ul>
<li><a href="legacy/exceptions/">Browser version</a></li>
<li><a href="legacy/exceptions/_download/WebAssembly-Legacy-Exceptions.pdf">PDF version</a></li>
<li><p><b>Core specification</b></p>
<ul>
<li><a href="legacy/exceptions/core/">Browser version</a></li>
<li><a href="legacy/exceptions/core/_download/WebAssembly-Legacy-Exceptions.pdf">PDF version</a></li>
</ul>
</li>
<li><p><b>JavaScirpt Embedding</b></p>
<ul>
<li><a href="legacy/exceptions/js-api/">W3C version</a></li>
</ul>
</li>
</ul>
</li>
</ul>
Expand Down

0 comments on commit 3b5e9e1

Please sign in to comment.