Add headers (#77)

This commit is contained in:
InversionSpaces 2024-01-12 13:13:52 +01:00 committed by GitHub
parent d50ea23fb2
commit 60b91def4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,5 @@
aqua MathLib declares *
service Math("math"):
-- x + y
add(x: i64, y: i64) -> i64

View File

@ -1,3 +1,5 @@
aqua SubnetLib declares *
data Worker:
pat_id: string
host_id: string

View File

@ -1,3 +1,5 @@
aqua WorkersLib declares *
import PeerId from "./builtin.aqua"
-- Available only on rust peers