Global Information Lookup Global Information

WebAssembly information


WebAssembly
Paradigmstructured; stack machine[1]
Designed byW3C
Developer
  • W3C
  • Mozilla
  • Microsoft
  • Google
  • Apple
First appearedMarch 2017; 7 years ago (2017-03)
LicenseApache License 2.0
Filename extensions
  • .wat (text format)
  • .wasm (binary format)
Websitewebassembly.org
Influenced by
  • asm.js
  • PNaCl

WebAssembly (sometimes abbreviated Wasm) defines a portable binary-code format and a corresponding text format for executable programs[2] as well as software interfaces for facilitating interactions between such programs and their host environment.[3][4][5][6]

The main goal of WebAssembly is to enable high-performance applications on web pages, "but it does not make any Web-specific assumptions or provide Web-specific features, so it can be employed in other environments as well."[7] It is an open standard[8][9] and aims to support any language on any operating system,[10] and in practice all of the most popular languages already have at least some level of support.

Announced in 2015 (2015) and first released in March 2017 (2017-03), WebAssembly became a World Wide Web Consortium recommendation on 5 December 2019[11][12][13] and it received the Programming Languages Software Award from ACM SIGPLAN in 2021.[14] The World Wide Web Consortium (W3C) maintains the standard with contributions from Mozilla, Microsoft, Google, Apple, Fastly, Intel, and Red Hat.[15][16]

  1. ^ "WebAssembly/design/Semantics.md". GitHub. Retrieved 23 February 2021. WebAssembly code can be considered a structured stack machine; a machine where most computations use a stack of values, but control flow is expressed in structured constructs such as blocks, ifs, and loops. In practice, implementations need not maintain an actual value stack, nor actual data structures for control; they need only behave as if they did so.
  2. ^ Mozilla. "Understanding WebAssembly text format". MDN Web Docs. Retrieved 9 December 2019.
  3. ^ "Introduction — WebAssembly 1.0". webassembly.github.io. Retrieved 18 June 2019. WebAssembly is an open standard...
  4. ^ "Introduction — WebAssembly 1.0". webassembly.github.io. Retrieved 18 June 2019. WebAssembly is a ... code format
  5. ^ "Conventions — WebAssembly 1.0". webassembly.github.io. Retrieved 17 May 2019. WebAssembly is a programming language that has multiple concrete representations (its binary format and the text format). Both map to a common structure.
  6. ^ "Introduction — WebAssembly 1.0". webassembly.github.io. Retrieved 18 June 2019. ... this specification is complemented by additional documents defining interfaces to specific embedding environments such as the Web. These will each define a WebAssembly application programming interface (API) suitable for a given environment.
  7. ^ "Introduction — WebAssembly 1.1". webassembly.github.io. Retrieved 19 February 2021. Its main goal is to enable high performance applications on the Web, but it does not make any Web-specific assumptions or provide Web-specific features, so it can be employed in other environments as well.
  8. ^ Haas, Andreas; Rossberg, Andreas; Schuff, Derek L.; Titzer, Ben L.; Holman, Michael; Gohman, Dan; Wagner, Luke; Zakai, Alon; Bastien, JF (14 June 2017). "Bringing the Web Up to Speed with WebAssembly". SIGPLAN Notices. 52 (6): 185–200. doi:10.1145/3140587.3062363. ISSN 0362-1340. While the Web is the primary motivation for WebAssembly, nothing in its design depends on the Web or a JavaScript environment. It is an open standard specifically designed for embedding in multiple contexts, and we expect that stand-alone implementations will become available in the future.
  9. ^ Cite error: The named reference :1 was invoked but never defined (see the help page).
  10. ^ Cite error: The named reference Wasmer was invoked but never defined (see the help page).
  11. ^ World Wide Web Consortium. "WebAssembly Core Specification". World Wide Web Consortium (W3). Retrieved 9 December 2019.
  12. ^ Couriol, Bruno. "WebAssembly 1.0 Becomes a W3C Recommendation and the Fourth Language to Run Natively in Browsers". infoq.com. Retrieved 9 December 2019.
  13. ^ "WebAssembly Specification — WebAssembly 1.1". webassembly.github.io. Retrieved 22 March 2021.
  14. ^ "Programming Languages Software Award". www.sigplan.org.
  15. ^ Cite error: The named reference ars was invoked but never defined (see the help page).
  16. ^ Cite error: The named reference bytecode was invoked but never defined (see the help page).

and 19 Related for: WebAssembly information

Request time (Page generated in 0.6052 seconds.)

WebAssembly

Last Update:

Mozilla. "Understanding WebAssembly text format". MDN Web Docs. Retrieved 9 December 2019. "Introduction — WebAssembly 1.0". webassembly.github.io. Retrieved...

Word Count : 4393

Emscripten

Last Update:

source code to WebAssembly (or to a subset of JavaScript known as asm.js, its original compilation target before the advent of WebAssembly in 2017), primarily...

Word Count : 608

AssemblyScript

Last Update:

AssemblyScript is a TypeScript-based programming language that is optimized for, and statically compiled to, WebAssembly (currently using asc, the reference...

Word Count : 1518

Web page

Last Update:

of behavior. The newer WebAssembly language can also be used as a supplement. The most sophisticated web pages, known as web apps, combine these elements...

Word Count : 581

Progressive web app

Last Update:

WebAssembly. It is intended to work on any platform with a standards-compliant browser, including desktop and mobile devices. Since a progressive web...

Word Count : 2440

LEB128

Last Update:

number of bytes. LEB128 is used in the DWARF debug file format and the WebAssembly binary encoding for all integer literals. LEB128 format is very similar...

Word Count : 1438

Uno Platform

Last Update:

Platform (UWP) - based code to run on iOS, macOS, Linux, Android, and WebAssembly. Uno Platform is released under the Apache 2.0 license. Applications...

Word Count : 261

Blazor

Last Update:

NET assemblies that were running on a lightweight third-party open-source .NET runtime, called DotNetAnywhere, that had been compiled to WebAssembly. The...

Word Count : 1371

LLVM

Last Update:

[citation needed] LLVM also supports WebAssembly as a target, enabling compiled programs to execute in WebAssembly-enabled environments such as Google...

Word Count : 3171

JavaScript engine

Last Update:

engine is another name for these implementations. With the advent of WebAssembly, some engines can also execute this code in the same sandbox as regular...

Word Count : 626

JavaScript

Last Update:

JavaScript. WebAssembly is a newer language with a bytecode format designed to complement JavaScript, especially the performance-critical portions of web page...

Word Count : 9292

Browser game

Last Update:

is implemented with the standard web technologies of HTML, CSS, JavaScript, and WebAssembly. In addition, WebGL and WebGPU enable more sophisticated graphics...

Word Count : 2007

Google Native Client

Last Update:

destaffed. On 30 May 2017, Google announced deprecation of PNaCl in favor of WebAssembly. Although initially Google planned to remove PNaCl in first quarter of...

Word Count : 2346

SpiderMonkey

Last Update:

SpiderMonkey is an open-source JavaScript and WebAssembly engine by the Mozilla Foundation. It is the first JavaScript engine, written by Brendan Eich...

Word Count : 1730

List of programming languages

Last Update:

Visual Objects Visual Prolog WATFIV, WATFOR (WATerloo FORtran IV) WebAssembly WebDNA Whiley Winbatch Wolfram Language Wyvern X++ (X plus plus/Microsoft...

Word Count : 1326

HarfBuzz

Last Update:

emboldening support and reduced memory usage 8.0 introduced support for using WebAssembly-based shaper embedded in fonts Most applications don't use HarfBuzz directly...

Word Count : 649

SQLite

Last Update:

database within the browser, using the official SQLite Wasm (WebAssembly) build, or using the Web SQL Database technology, although the latter is becoming...

Word Count : 2811

Web platform

Last Update:

MathML, WAI-ARIA, ECMAScript, WebGL, Web Storage, Indexed Database API, Web Components, WebAssembly, WebGPU, Web Workers, WebSocket, Geolocation API, Server-Sent...

Word Count : 1019

Skia Graphics Engine

Last Update:

Documentation". skia.org. Retrieved 20 April 2023. "CanvasKit - Skia + WebAssembly". skia.org. Retrieved 2021-09-03. "Inside Google's Chapel Hill outpost:...

Word Count : 375

PDF Search Engine © AllGlobal.net