Skip to content

Commit 6a693c8

Browse files
authored
Update snap build (#2080)
1 parent c629b1d commit 6a693c8

File tree

2 files changed

+17
-4
lines changed

2 files changed

+17
-4
lines changed

snap/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Snaps are containerised software packages that are simple to create and install on all major Linux systems without modification. [Learn more](https://docs.snapcraft.io/).
1+
Snaps are containerised software packages that are simple to create and install on all major Linux systems without modification. [Learn more](https://docs.snapcraft.io).
22

3-
[![Snap Status](https://build.snapcraft.io/badge/AssemblyScript/assemblyscript.svg)](https://snapcraft.io/assemblyscript)
3+
[![Snap Status](https://snapcraft.io/assemblyscript/badge.svg)](https://snapcraft.io/assemblyscript)

snap/snapcraft.yaml

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,31 @@
11
name: assemblyscript
2-
version: git
2+
title: AssemblyScript
33
summary: A TypeScript-like language for WebAssembly.
44
description: |
55
AssemblyScript compiles a variant of TypeScript to WebAssembly using Binaryen.
66
77
See the AssemblyScript website for documentation:
88
https://www.assemblyscript.org
9+
type: app
910
icon: media/icon.svg
11+
issues: https://github.com/AssemblyScript/assemblyscript/issues
12+
donation: https://opencollective.com/assemblyscript
13+
source-code: https://github.com/AssemblyScript/assemblyscript.git
14+
website: https://www.assemblyscript.org
15+
license: Apache-2.0
16+
version: git
1017
grade: stable
1118
confinement: strict
1219
apps:
1320
asc:
1421
command: asc
22+
asinit:
23+
command: asinit
1524
parts:
1625
assemblyscript:
1726
source: .
18-
plugin: nodejs
27+
plugin: npm
28+
npm-node-version: 16.9.1
29+
architectures:
30+
- build-on: amd64
31+
run-on: [amd64, armhf, arm64, i386]

0 commit comments

Comments
 (0)