mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-05-01 18:02:15 +00:00
Add the packaging metadata to build the assemblyscript snap (#28)
This commit is contained in:
parent
d81ce5f907
commit
6f00bd8969
18
snap/snapcraft.yaml
Normal file
18
snap/snapcraft.yaml
Normal 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
|
Loading…
x
Reference in New Issue
Block a user