Skip to content

Commit 98a90e7

Browse files
authored
Merge pull request #854 from ghaiklor/master
Add AssemblyScript Language
2 parents 2b31275 + bdf7d0a commit 98a90e7

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

collections/programming-languages/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ items:
1919
- micropython/micropython
2020
- erlang/otp
2121
- nim-lang/Nim
22+
- AssemblyScript/assemblyscript
2223
- purescript/purescript
2324
- elm/compiler
2425
- dotnet/csharplang
5.24 KB
Loading

topics/assemblyscript/index.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
aliases: as
3+
display_name: AssemblyScript
4+
topic: assemblyscript
5+
github_url: https://github.com/AssemblyScript/assemblyscript
6+
logo: assemblyscript.png
7+
related: typescript, webassembly
8+
released: October 2017
9+
short_description: TypeScript to WebAssembly compiler.
10+
url: https://assemblyscript.org
11+
---
12+
AssemblyScript compiles a strict subset of TypeScript (basically JavaScript with types) to WebAssembly using Binaryen. It generates lean and mean WebAssembly modules while being just an npm install away.

0 commit comments

Comments
 (0)