Difference between revisions of "WebAssembly"
Jump to navigation
Jump to search
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| + | <hide> | ||
| + | [[page type::article]] | ||
| + | [[category:software]] | ||
| + | </hide> | ||
==About== | ==About== | ||
[[WebAssembly]], or WASM, is a compiled bytecode for web applications. It runs on a wide variety of browsers and platforms, including mobile (Android and iOS). It requires a bit of minimal "glue" [[JavaScript]] in order to access the browser's [[document object model|DOM]]. | [[WebAssembly]], or WASM, is a compiled bytecode for web applications. It runs on a wide variety of browsers and platforms, including mobile (Android and iOS). It requires a bit of minimal "glue" [[JavaScript]] in order to access the browser's [[document object model|DOM]]. | ||
| + | {{seed}} | ||
==Links== | ==Links== | ||
| + | * [http://webassembly.org/ official] | ||
* {{wikipedia}} | * {{wikipedia}} | ||
| − | * | + | ===Articles=== |
| + | * {{l/sub|Getting Started in WebAssembly with C++|User:Charlotte}} by Charlotte Fields | ||
Latest revision as of 17:58, 23 July 2018
About
WebAssembly, or WASM, is a compiled bytecode for web applications. It runs on a wide variety of browsers and platforms, including mobile (Android and iOS). It requires a bit of minimal "glue" JavaScript in order to access the browser's DOM.
|
This page is a seed article. You can help HTYP water it: make a request to expand a given page and/or donate to help give us more writing-hours!
|
Links
Articles
- Getting Started in WebAssembly with C++ by Charlotte Fields