Category:AssemblyScript: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 1:
[[File:https://avatars1.githubusercontent.com/u/28916798?s=64]]
AssemblyScript compiles a strict subset of [TypeScript](http://www.typescriptlang.org/) (basically JavaScript with types) to [WebAssembly](https://webassembly.org/) using [Binaryen](https://github.com/WebAssembly/binaryen). It generates lean and mean WebAssembly modules while being just an npm install away.
 
AssemblyScript compiles a strict subset of [TypeScript](http://www.typescriptlang.org/) Typescript] (basically JavaScript with types) to [WebAssembly](https://webassembly.org/) WebAssembly] using [Binaryen](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
Anonymous user