Difference between revisions of "WebAssembly"
Jump to navigation
Jump to search
(Created page with "==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 re...") |
|||
Line 3: | Line 3: | ||
==Links== | ==Links== | ||
* {{wikipedia}} | * {{wikipedia}} | ||
+ | * [https://foxsan48.github.io/en/#!pages/tut.md Getting Started in WebAssembly, with C++ (CPP)] by Charlotte Fields |
Revision as of 10:19, 10 April 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.
Links
- Wikipedia
- Getting Started in WebAssembly, with C++ (CPP) by Charlotte Fields