| aliases | as |
|---|---|
| display_name | AssemblyScript |
| topic | assemblyscript |
| github_url | https://github.com/AssemblyScript/assemblyscript |
| logo | assemblyscript.png |
| related | typescript, webassembly |
| released | October 2017 |
| short_description | TypeScript to WebAssembly compiler. |
| url | https://assemblyscript.org |
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.