Add the packaging metadata to build the assemblyscript snap (#28)

This commit is contained in:
Leo Arias 2018-03-04 14:47:31 -06:00 committed by Daniel Wirtz
parent d81ce5f907
commit 6f00bd8969

18
snap/snapcraft.yaml Normal file
View File

@ -0,0 +1,18 @@
name: assemblyscript
version: git
summary: A TypeScript to WebAssembly compiler.
description: |
AssemblyScript compiles strictly typed TypeScript to WebAssembly using Binaryen.
It generates minimal WebAssembly modules.
grade: devel # must be 'stable' to release into candidate/stable channels
confinement: devmode # use 'strict' once you have the right plugs and slots
apps:
asc:
command: asc
parts:
assemblyscript:
source: .
plugin: nodejs