Skip to content

Instantly share code, notes, and snippets.

# 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.