asterai 1.0.0-alpha.7

CLI for asterai - the portable AI compute platform
1
2
3
4
5
6
7
8
9
10
11
package ___USERNAME___:___COMPONENT___@0.1.0;

interface ___COMPONENT___ {
  greet: func(name: string);
}

world component {
  import asterai:host/api@1.0.0;

  export ___COMPONENT___;
}