Feature Extensions - WebAssembly (original) (raw)
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 thestandardization process. For the complete list of current proposals and their respective stages, check out theWebAssembly/proposals repo.
The table below aims to track implemented features in popular engines:
To detect supported features at runtime from JavaScript, check out thewasm-feature-detect library, which powers the “Your browser” column above.