Category:AssemblyScript: Difference between revisions

m
Add language tag
No edit summary
m (Add language tag)
 
(3 intermediate revisions by one other user not shown)
Line 1:
{{language|AssemblyScript}}
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
10,327

edits