This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# WebAssembly (http://webassembly.org/) | |
Open Web Standard, developed by W3C Community Group | |
"portable, size- and load-time-efficient format suitable for compilation to the web." | |
Supported by all major browser vendors (v1 available in Chrome, Firefox, Safari, Edge; partly behind flag) | |
Write once - run anywhere? The VM which kept that promise is the browser and JS has for long been is its only native language. |