Official website (https://webassembly.org/)
Key facts
- Programming language.title
- WebAssembly
- Programming language.logo
- WebAssembly Logo.svg
- Programming language.paradigm
- structured; stack machine
- Programming language.designer
- W3C
- Programming language.operating system
- Platform independent
- Programming language.license
- Apache License 2.0
- Programming language.file format
- <!-- or:
- Programming language.file formats
- -->
via Wikipedia infobox
Official website
WebAssembly
webassembly.org →Link to the official site · 2,332 chars · not written by Vinony
Source code
This repository is part of the [WebAssembly Community Group] and hosts the [issue tracker] for [phase 0 proposals], a [discussion forum] for questions and general discussion, and a collection of high-level non-normative [design documents]. For more information about WebAssembly itself, see [the website]! For information about Contributing to WebAssembly see [the Contributing document]. Some of the design documents in this repository are out of date. We're gradually working updating these documents. The following are some documents which are fairly up to date: WebAssembly High-Level Goals What does Portability mean in Wasm? Design Rationale WebAssembly's Security model Nondeterminism in WebAssembly [issue tracker]: [phase 0 proposals]: [discussion forum]: [the Contributing document]: Contributing.md [the website]: [Code of Ethics and Professional Conduct]: [design documents]: design-documents [WebAssembly Community Group]:
Excerpt from the source-code README · 1,487 chars · not written by Vinony
Wikidata facts
- Instance of
- project
- Parent organization
- World Wide Web Consortium
- Developer
- Apple Inc.
- Designed by
- World Wide Web Consortium
- Official website
- webassembly.org
Show 15 more facts
- user manual URL
- www.w3.org/TR/wasm-web-api-1
- influenced by
- Google Native Client
- Commons category
- WebAssembly
- programming paradigm
- stack-oriented programming
- source code repository URL
- github.com/WebAssembly/spec
- software version identifier
- 2.0.0
- charter URL
- www.w3.org/2020/03/webassembly-wg-charter
- file extension
- wasm
- described at URL
- www.w3.org/community/webassembly
- inception
- 2015-00-00
- copyright license
- Apache License
- Stack Exchange tag
- stackoverflow.com/tags/webassembly
- file format identification pattern
- 00 61 73 6d
- media type
- application/wasm
- PyPI trove classifier
- Environment :: WebAssembly
Sources (13)
via Wikidata · CC0
Article · 中文
WebAssembly或稱wasm是一個低階程式語言。WebAssembly是可攜式的抽象語法樹,被設計來提供比JavaScript更快速的編譯及執行。WebAssembly將讓開發者能運用自己熟悉的程式語言(最初以C/C++作為實作目標)編譯,再藉虛擬機器引擎在瀏覽器內執行。WebAssembly的開發團隊分別來自Mozilla、Google、Microsoft、Apple,代表著四大網路瀏覽器Firefox、Chrome、Microsoft Edge、Safari。2017年11月,以上四個瀏覽器都開始實驗性的支援WebAssembly。在 2019 年 12 月 5 日,W3C制定《WebAssembly 核心規範》,WebAssembly 正式被認證為 Web 的標準之一。。
Abstract from DBpedia / Wikipedia · CC BY-SA