Jump to content

WebAssembly

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Thue (talk | contribs) at 15:02, 18 June 2015 (Create quick stub). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

WebAssembly is an experimental efficient low-level programming language for in-browser client-side scripting, which is currently in development. WebAssembly is portable bytecode which is designed to be faster to parse than JavaScript, as well as to execute faster. The team working on WebAssembly include people from Mozilla, Microsoft, Google, and Apple (who control the four major browsers, Firefox, Chrome, Internet Explorer, and Safari).[1]

References