JavaScript: Difference between revisions

Content deleted Content added
Web Assembly: copy edit new section.
Line 695:
==Web Assembly==
 
Starting in 2017, Webweb Browsersbrowsers began supporting [[WebAssembly]], a technology standardized by the [[World Wide Web Consortium|W3C]]. The WebassemblyWebAssembly stardardstandard specifies a binary format, which thatcan isbe produced by a backend compiler toolchain such as [[LLVM]], andto executesexecute in the browser at near native speed. Further, the introduction of WebAssemeblyWebAssembly allows other programming languages such as C, C++, C#, and Java, etc. to directlybe competeused againstas Javascriptwell as theJavaScript in-browserto scriptingauthor languageclient-side ofcode for the worldWorld wideWide webWeb.<ref>{{cite web|url=https://visualstudiomagazine.com/articles/2017/11/06/edge-webassembly.aspx|title=Edge Browser Switches WebAssembly to 'On' -- Visual Studio Magazine|website=Visual Studio Magazine}}</ref>
 
== See also ==