Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions snap/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
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/).
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).

[![Snap Status](https://build.snapcraft.io/badge/AssemblyScript/assemblyscript.svg)](https://snapcraft.io/assemblyscript)
[![Snap Status](https://snapcraft.io/assemblyscript/badge.svg)](https://snapcraft.io/assemblyscript)
17 changes: 15 additions & 2 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,31 @@
name: assemblyscript
version: git
title: AssemblyScript
summary: A TypeScript-like language for WebAssembly.
description: |
AssemblyScript compiles a variant of TypeScript to WebAssembly using Binaryen.

See the AssemblyScript website for documentation:
https://www.assemblyscript.org
type: app
icon: media/icon.svg
issues: https://github.com/AssemblyScript/assemblyscript/issues
donation: https://opencollective.com/assemblyscript
source-code: https://github.com/AssemblyScript/assemblyscript.git
website: https://www.assemblyscript.org
license: Apache-2.0
version: git
grade: stable
confinement: strict
apps:
asc:
command: asc
asinit:
command: asinit
parts:
assemblyscript:
source: .
plugin: nodejs
plugin: npm
npm-node-version: 16.9.1
architectures:
- build-on: amd64
run-on: [amd64, armhf, arm64, i386]