Category:AssemblyScript: Difference between revisions

From Rosetta Code
Content added Content deleted
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

Revision as of 07:14, 29 June 2019

File:Https://avatars1.githubusercontent.com/u/28916798?s=64

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.

Github: https://github.com/AssemblyScript/assemblyscript

This category currently contains no pages or media.