Skip to content

Commit 250dc70

Browse files
committed
Add icon to media and update snap
1 parent 3d26c86 commit 250dc70

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

media/icon.png

5.82 KB
Loading

media/icon.svg

+4
Loading

snap/snapcraft.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: assemblyscript
22
version: git
3-
summary: A TypeScript to WebAssembly compiler.
3+
summary: A TypeScript-like language for WebAssembly.
44
description: |
5-
AssemblyScript compiles strictly typed TypeScript to WebAssembly using Binaryen. More precisely, it subsets TypeScript's syntax and semantics so programs written using this subset can be compiled to WebAssembly ahead of time.
5+
AssemblyScript compiles a variant of TypeScript to WebAssembly using Binaryen.
66
7-
See the AssemblyScript wiki for further documentation:
8-
https://github.com/AssemblyScript/assemblyscript/wiki
7+
See the AssemblyScript website for documentation:
8+
https://www.assemblyscript.org
99
icon: media/icon.svg
1010
grade: stable
1111
confinement: strict

0 commit comments

Comments
 (0)