Category:WebAssembly

From Rosetta Code
Revision as of 23:51, 23 July 2017 by rosettacode>Appcypher (Created page with "WebAssembly or wasm is a low-level bytecode format for in-browser client-side scripting that is more efficient than JavaScript, from which it evolved. WebAssembly is a portab...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

WebAssembly or wasm is a low-level bytecode format for in-browser client-side scripting that is more efficient than JavaScript, from which it evolved. WebAssembly is a portable stack machine which is designed to be faster to parse than JavaScript, as well as faster to execute. Its initial aim is to support compilation from C and C++, though other source languages such as Rust are also supported.

Subcategories

This category has only the following subcategory.

G