assemblyscript/snap/snapcraft.yaml

19 lines
581 B
YAML
Raw Permalink Normal View History

name: assemblyscript
version: git
summary: A TypeScript to WebAssembly compiler.
2018-03-05 15:13:07 +01:00
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
2018-03-04 22:26:21 +01:00
confinement: strict
apps:
asc:
command: asc
parts:
assemblyscript:
source: .
plugin: nodejs