RosettaCodeData/Lang/AssemblyScript/00-LANG.txt
2023-07-01 13:44:08 -04:00

5 lines
No EOL
392 B
Text

{{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.
Github: https://github.com/AssemblyScript/assemblyscript