mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-04-25 15:12:12 +00:00
Update snap config
This commit is contained in:
parent
6f00bd8969
commit
36229707fe
@ -1,7 +1,9 @@
|
||||
 AssemblyScript
|
||||
=================
|
||||
|
||||
[](https://www.npmjs.com/package/assemblyscript)
|
||||
[](https://travis-ci.org/AssemblyScript/assemblyscript)
|
||||
[](https://build.snapcraft.io/user/AssemblyScript/assemblyscript)
|
||||
|
||||
**AssemblyScript** compiles strictly typed [TypeScript](http://www.typescriptlang.org) to [WebAssembly](http://webassembly.org) using [Binaryen](https://github.com/WebAssembly/binaryen). It generates minimal WebAssembly modules while being just an `npm install` away.
|
||||
|
||||
|
@ -1,17 +1,12 @@
|
||||
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
|
||||
|
||||
description: AssemblyScript compiles strictly typed TypeScript to WebAssembly.
|
||||
grade: devel
|
||||
confinement: strict
|
||||
apps:
|
||||
asc:
|
||||
command: asc
|
||||
|
||||
parts:
|
||||
assemblyscript:
|
||||
source: .
|
||||
|
Loading…
x
Reference in New Issue
Block a user