Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit 9f3676a

Browse files
committed
Updated to latest golem-rpc WIT
1 parent b405787 commit 9f3676a

4 files changed

Lines changed: 8 additions & 7 deletions

File tree

golem-rust/wit/deps.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[all]
2-
url = "https://github.com/golemcloud/golem-wit/archive/v1.3.0-dev.5.tar.gz"
2+
url = "https://github.com/golemcloud/golem-wit/archive/type-owner.tar.gz"
33
sha256 = "6ac4f1553003474229bb40a885b48d1eaa4bea2f9d679a115da9afede30b5ad4"
44
sha512 = "ced8c18a35dc04123386465d98d2aeba54c486e4e22a30e7efac0548974e176528fcba36c64942d67fa35d9135806ff0fcde259eb4af051c4a29fcb397e9af1c"
55
deps = ["blobstore", "cli", "clocks", "config", "filesystem", "golem-1.x", "golem-durability", "golem-rpc", "http", "io", "keyvalue", "logging", "random", "sockets"]
@@ -25,16 +25,16 @@ sha256 = "69d42fb10a04a33545b17e055f13db9b1e10e82ba0ed5bdb52334e40dc07c679"
2525
sha512 = "612effbac6f4804fe0c29dae20b78bbba59e52cb754c15402f5fe229c3153a221e0fbdff1d9d00ceaa3fe049c6a95523a5b99f772f1c16d972eade2c88326a30"
2626

2727
["golem-1.x"]
28-
sha256 = "d707888500487684ea753aa86547665221803d64445fcb1ef23470ded04eaab7"
29-
sha512 = "7558b6110b7f8b43b8b9858e9236eba2569babf9a23204d186785e6693172c94856e271406b7753ed75c8e1fefb2558e7038b10f3dead448a4ea23975f3d10df"
28+
sha256 = "831dbbcffd5061289633f68704593d4d22e8c7a6c95b65493f0d103a8d1eed04"
29+
sha512 = "4830f5095505702aeaeb5838810be9fe2d69929f3b7a2156621e34d350f270ab224d13e007ceab9b9a4f4990593b88c211209f644253767a04eb7f2bd4333fc9"
3030

3131
[golem-durability]
3232
sha256 = "c5f8b9b4bda5a8d5d1d008978abed617c18da7d9c24167bf20a81a379d10d688"
3333
sha512 = "40e09d412fd6faee904ce6f8abdcf3f83a604eca3628bf5605b7667540874ea53f9e29392059dac327ca96a0f1298372cb0626abcf66a1df4f4180731c13646a"
3434

3535
[golem-rpc]
36-
sha256 = "a73f66a61e81b237057117b14aecc6c4c20eb004a4244ae10a51a876f71cf626"
37-
sha512 = "396a1738320f7dc34a9a066755397b132b976e81c7cd28a8f45ff32aa5ea3226eb91d1e26d73995104b397fbd063ff83090550718f805773ceb78eb4f2155acf"
36+
sha256 = "5ba11ce01c333b3e9ef877431c8d447c9617711cf40cb2f41c1261ea7b883f14"
37+
sha512 = "fafc17bdc2bdc4eb84510272e4ddec587ad0d835d764124b20cd67cb8d91551d4b603e63cb8d04721b43843de56249c0420e4cdfd788367fd746c3196c1d46c6"
3838

3939
[http]
4040
sha256 = "72d3a00dbf39eed40a134e8b1dee85834961153f9d205ee4dd56657270c084ce"

golem-rust/wit/deps.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
all = "https://github.com/golemcloud/golem-wit/archive/v1.3.0-dev.5.tar.gz"
1+
all = "https://github.com/golemcloud/golem-wit/archive/type-owner.tar.gz"
22
rdbms = "https://github.com/golemcloud/golem-rdbms/archive/main.tar.gz"

golem-rust/wit/deps/golem-1.x/golem-host.wit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ package golem:api@1.1.7;
44
/// the durability and transactional guarantees the executor provides.
55
interface host {
66
use wasi:clocks/monotonic-clock@0.2.3.{duration};
7-
use golem:rpc/types@0.2.2.{component-id, uuid, worker-id};
7+
use golem:rpc/types@0.2.2.{component-id, uuid, value-and-type, worker-id};
88

99
/// An index into the persistent log storing all performed operations of a worker
1010
type oplog-index = u64;

golem-rust/wit/deps/golem-rpc/wasm-rpc.wit

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ interface types {
7171

7272
record named-wit-type-node {
7373
name: option<string>,
74+
owner: option<string>,
7475
%type: wit-type-node
7576
}
7677

0 commit comments

Comments
 (0)