Category:WebAssembly: Difference between revisions

From Rosetta Code
Content added Content deleted
(Blanked the page)
No edit summary
 
Line 1: Line 1:
{{stub}}{{language|WebAssembly}}
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.

Latest revision as of 00:14, 24 July 2017

This page is a stub. It needs more information! You can help Rosetta Code by filling it in!
Language
WebAssembly
This programming language may be used to instruct a computer to perform a task.
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using WebAssembly.

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