Category:AssemblyScript: Difference between revisions

From Rosetta Code
Content added Content deleted
No edit summary
No edit summary
Line 1: Line 1:
[[Image:https://avatars1.githubusercontent.com/u/28916798?s=64]]

AssemblyScript compiles a strict subset of [http://www.typescriptlang.org/ Typescript] (basically JavaScript with types) to [https://webassembly.org/ WebAssembly] using [https://github.com/WebAssembly/binaryen Binaryen]. It generates lean and mean WebAssembly modules while being just an npm install away.
AssemblyScript compiles a strict subset of [http://www.typescriptlang.org/ Typescript] (basically JavaScript with types) to [https://webassembly.org/ WebAssembly] using [https://github.com/WebAssembly/binaryen Binaryen]. It generates lean and mean WebAssembly modules while being just an npm install away.



Revision as of 07:24, 29 June 2019

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.