Official website (https://webassembly.org/)
WebAssembly
Sign in to saveAlso known as wasm, WebASM, Wasm, WASM
format kodu maszynowego, przeznaczony do wykorzystania w aplikacjach webowych
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
Article · Polski
WebAssembly, w skrócie Wasm – otwarty standard przenośnego zapisu binarnego, oraz reprezentacji tekstowej (WAT – WebAssembly Text Format) w formie S-wyrażeń. Głównym założeniem języka jest udostępnianie wysoko wydajnej platformy do uruchamiania aplikacji na stronach internetowych. Standardem zajmuje się organizacja W3C ze wsparciem Mozilli, Microsoftu, Google oraz Apple. Pracę nad Wasm zostały ogłoszone w 2015 roku. W listopadzie 2017 Mozilla ogłosiła wsparcie "dla wszystkich głównych przeglądarek". Nazwa nawiązuje do języka asemblera, ponieważ jest to język niskopoziomowy. WebAssembly (tzn. Podstawowa Specyfikacja WebAssembly oraz Interfejs JavaScript WebAssembly) stało się rekomendacją World Wide Web Consortium 5 grudnia 2019 roku, zostając czwartym językiem natywnie obsługiwanym w przeglądarkach internetowych, dołączając do HTML, JavaScript, oraz CSS. Chociaż Wasm ma swoją reprezentację tekstową w postaci S-wyrażeń, jest najczęściej wynikiem kompilacji. Wiele języków można skompilować do Wasm, np. Rust, Go, C++, C#, Java, Python czy TypeScript.
Abstract from DBpedia / Wikipedia · CC BY-SA