WebAssembly: Difference between revisions
from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
No edit summary |
No edit summary |
||
| 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== | ||
* {{wikipedia}} | * {{wikipedia}} | ||
* [https://foxsan48.github.io/en/#!pages/tut.md Getting Started in WebAssembly, with C++ (CPP)] by Charlotte Fields | * [https://foxsan48.github.io/en/#!pages/tut.md Getting Started in WebAssembly, with C++ (CPP)] by Charlotte Fields | ||
Revision as of 10:22, 10 April 2018
<hide> page type::article </hide>
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. <hide>
page status::seed
</hide>
|
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
- Wikipedia
- Getting Started in WebAssembly, with C++ (CPP) by Charlotte Fields
