WebAssembly
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (→Links) |
Dan Tobias (Talk | contribs) |
||
Line 2: | Line 2: | ||
|formattype=Languages | |formattype=Languages | ||
|subcat=Programming Languages | |subcat=Programming Languages | ||
+ | |released=2018 | ||
}} | }} | ||
− | '''WebAssembly''' is a programming language | + | '''WebAssembly''' is a programming language that released its first public draft spec in 2018, 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. |
== Links == | == Links == |
Latest revision as of 04:06, 16 February 2018
WebAssembly is a programming language that released its first public draft spec in 2018, 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.