Data commit

This commit is contained in:
Ingy döt Net 2023-07-01 11:58:00 -04:00
parent 7387c8f97b
commit cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions

View 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.

View file

@ -0,0 +1,2 @@
---
from: http://rosettacode.org/wiki/Category:WebAssembly

View file

@ -0,0 +1 @@
../../Task/Call-a-function/WebAssembly

View file

@ -0,0 +1 @@
../../Task/Empty-program/WebAssembly

View file

@ -0,0 +1 @@
../../Task/Even-or-odd/WebAssembly

1
Lang/WebAssembly/Factorial Symbolic link
View file

@ -0,0 +1 @@
../../Task/Factorial/WebAssembly

View file

@ -0,0 +1 @@
../../Task/Fibonacci-sequence/WebAssembly

View file

@ -0,0 +1 @@
../../Task/Generate-lower-case-ASCII-alphabet/WebAssembly

View file

@ -0,0 +1 @@
../../Task/Guess-the-number/WebAssembly

View file

@ -0,0 +1 @@
../../Task/Hello-world-Text/WebAssembly

1
Lang/WebAssembly/Leap-year Symbolic link
View file

@ -0,0 +1 @@
../../Task/Leap-year/WebAssembly