September 2017 Update
This commit is contained in:
parent
bba7bfd280
commit
ba8067c3b7
14570 changed files with 153136 additions and 63871 deletions
4
Lang/WebAssembly/00DESCRIPTION
Normal file
4
Lang/WebAssembly/00DESCRIPTION
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{{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.
|
||||
1
Lang/WebAssembly/README
Normal file
1
Lang/WebAssembly/README
Normal file
|
|
@ -0,0 +1 @@
|
|||
Data source: http://rosettacode.org/wiki/Category:WebAssembly
|
||||
Loading…
Add table
Add a link
Reference in a new issue