Category:AssemblyScript: Difference between revisions

From Rosetta Code
Content added Content deleted
No edit summary
m (Add language tag)
 
Line 1: Line 1:
{{language|AssemblyScript}}

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.



Latest revision as of 12:39, 1 July 2019

Language
AssemblyScript
This programming language may be used to instruct a computer to perform a task.
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using AssemblyScript.

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.