We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d81ce5f commit 6f00bd8Copy full SHA for 6f00bd8
snap/snapcraft.yaml
@@ -0,0 +1,18 @@
1
+name: assemblyscript
2
+version: git
3
+summary: A TypeScript to WebAssembly compiler.
4
+description: |
5
+ AssemblyScript compiles strictly typed TypeScript to WebAssembly using Binaryen.
6
+ It generates minimal WebAssembly modules.
7
+
8
+grade: devel # must be 'stable' to release into candidate/stable channels
9
+confinement: devmode # use 'strict' once you have the right plugs and slots
10
11
+apps:
12
+ asc:
13
+ command: asc
14
15
+parts:
16
+ assemblyscript:
17
+ source: .
18
+ plugin: nodejs
0 commit comments