Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incrementing WASM to 2.0 #366

Open
wants to merge 2 commits into
base: gh-pages
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -448,9 +448,10 @@ <h3>Media specifications</h3>
<section>
<h3>WebAssembly specifications</h3>
<ul>
<li>WebAssembly Core Specification [[WASM-CORE-1]]</li>
<li>WebAssembly JavaScript Interface [[WASM-JS-API-1]]</li>
<li>WebAssembly Web API [[WASM-WEB-API-1]]</li>
<li>WebAssembly Core Specification [[WASM-CORE-2]]</li>
<li>WebAssembly JavaScript Interface [[WASM-JS-API-2]]</li>
<li>WebAssembly Web API [[WASM-WEB-API-2]]</li>
<li>Note: In addition to the features specified in the 2.0 versions of the WebAssembly specifications, <a href="https://github.com/WebAssembly/extended-const/blob/main/proposals/extended-const/Overview.md">Extended Constant Expressions</a> (as defined by the <a href="https://webassembly.github.io/spec/versions/core/WebAssembly-3.0-draft.pdf">WebAssembly Specification Release 3.0 Draft</a>) is also expected to be included given its support across all four of the most widely used user agent code bases.</li>
</ul>
</section>
<section>
Expand Down