Generate typed QX bindings and add source editing tools
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
external atom Thing id "atom:example:thing";
|
||||
|
||||
package TypedExample id "package:typed-example" revision "package:typed-example@1" {
|
||||
constructor createThing id "export:typed-example:create" constructs Thing : unit;
|
||||
operation payloadGet id "export:typed-example:payload" : unit -> bytes mode call receiver atom Thing requires {
|
||||
state payload id "port:typed-example:payload" : bytes [read];
|
||||
};
|
||||
}
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
quixos-lock version 1 {
|
||||
quixos source {
|
||||
repository "https://example.test/quixos.git";
|
||||
commit "1111111111111111111111111111111111111111";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user