mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-05-22 12:11:27 +00:00
19 lines
464 B
YAML
19 lines
464 B
YAML
|
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
|
||
|
|
||
|
apps:
|
||
|
asc:
|
||
|
command: asc
|
||
|
|
||
|
parts:
|
||
|
assemblyscript:
|
||
|
source: .
|
||
|
plugin: nodejs
|