Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
4
Lang/WebAssembly/00-LANG.txt
Normal file
4
Lang/WebAssembly/00-LANG.txt
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.
|
||||
2
Lang/WebAssembly/00-META.yaml
Normal file
2
Lang/WebAssembly/00-META.yaml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
---
|
||||
from: http://rosettacode.org/wiki/Category:WebAssembly
|
||||
1
Lang/WebAssembly/Call-a-function
Symbolic link
1
Lang/WebAssembly/Call-a-function
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Call-a-function/WebAssembly
|
||||
1
Lang/WebAssembly/Empty-program
Symbolic link
1
Lang/WebAssembly/Empty-program
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Empty-program/WebAssembly
|
||||
1
Lang/WebAssembly/Even-or-odd
Symbolic link
1
Lang/WebAssembly/Even-or-odd
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Even-or-odd/WebAssembly
|
||||
1
Lang/WebAssembly/Factorial
Symbolic link
1
Lang/WebAssembly/Factorial
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Factorial/WebAssembly
|
||||
1
Lang/WebAssembly/Fibonacci-sequence
Symbolic link
1
Lang/WebAssembly/Fibonacci-sequence
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Fibonacci-sequence/WebAssembly
|
||||
1
Lang/WebAssembly/Generate-lower-case-ASCII-alphabet
Symbolic link
1
Lang/WebAssembly/Generate-lower-case-ASCII-alphabet
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Generate-lower-case-ASCII-alphabet/WebAssembly
|
||||
1
Lang/WebAssembly/Guess-the-number
Symbolic link
1
Lang/WebAssembly/Guess-the-number
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Guess-the-number/WebAssembly
|
||||
1
Lang/WebAssembly/Hello-world-Text
Symbolic link
1
Lang/WebAssembly/Hello-world-Text
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Hello-world-Text/WebAssembly
|
||||
1
Lang/WebAssembly/Leap-year
Symbolic link
1
Lang/WebAssembly/Leap-year
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Leap-year/WebAssembly
|
||||
Loading…
Add table
Add a link
Reference in a new issue