WebAssembly
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (Created page with "{{FormatInfo |formattype=Languages |subcat=Programming Languages }} '''WebAssembly''' is a programming language under development intended to be a low-level language for web a...") |
Revision as of 22:09, 19 July 2015
WebAssembly is a programming language under development intended to be a low-level language for web applications, executing cross-platform at near-native speed on each system. It can in turn be the code output by compilers (as a form of bytecode), allowing development of web applications in any number of other languages. This is seen as a more robust solution to what has, thus far, generally been accomplished with JavaScript and its elaborations such as asm.js.