Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
5
Lang/AssemblyScript/00-LANG.txt
Normal file
5
Lang/AssemblyScript/00-LANG.txt
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{{language|AssemblyScript}}
|
||||
|
||||
AssemblyScript compiles a strict subset of [http://www.typescriptlang.org/ Typescript] (basically JavaScript with types) to [https://webassembly.org/ WebAssembly] using [https://github.com/WebAssembly/binaryen Binaryen]. It generates lean and mean WebAssembly modules while being just an npm install away.
|
||||
|
||||
Github: https://github.com/AssemblyScript/assemblyscript
|
||||
2
Lang/AssemblyScript/00-META.yaml
Normal file
2
Lang/AssemblyScript/00-META.yaml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
---
|
||||
from: http://rosettacode.org/wiki/Category:AssemblyScript
|
||||
Loading…
Add table
Add a link
Reference in a new issue