Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 3.07 KB

features.md

File metadata and controls

38 lines (31 loc) · 3.07 KB
layout
default

Feature Extensions

In November 2017, WebAssembly CG members representing four browsers, Chrome, Edge, Firefox, and WebKit, reached consensus that the design of the initial (MVP) WebAssembly API and binary format is complete to the extent that no further design work is possible without implementation experience and significant usage.

After the initial release, WebAssembly has been gaining new features through the standardization process. For the complete list of current proposals and their respective stages, check out the WebAssembly/proposals repo.

The table below aims to track implemented features in popular engines:

<script src="/features.js"></script>

To detect supported features at runtime from JavaScript, check out the wasm-feature-detect library, which powers the "Your browser" column above.