mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-04-26 23:42:15 +00:00
19 lines
581 B
YAML
19 lines
581 B
YAML
name: assemblyscript
|
|
version: git
|
|
summary: A TypeScript to WebAssembly compiler.
|
|
description: |
|
|
AssemblyScript compiles strictly typed TypeScript to WebAssembly using Binaryen. More precisely, it subsets TypeScript's syntax and semantics so programs written using this subset can be compiled to WebAssembly ahead of time.
|
|
|
|
See the AssemblyScript wiki for further documentation:
|
|
https://github.com/AssemblyScript/assemblyscript/wiki
|
|
icon: media/icon.svg
|
|
grade: stable
|
|
confinement: strict
|
|
apps:
|
|
asc:
|
|
command: asc
|
|
parts:
|
|
assemblyscript:
|
|
source: .
|
|
plugin: nodejs
|