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

Commit 3f18814

Browse files
committed
Updated WIT
1 parent bbe9c53 commit 3f18814

3 files changed

Lines changed: 13 additions & 5 deletions

File tree

golem-rust/wit/deps.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[all]
2-
url = "https://github.com/golemcloud/golem-wit/archive/type-owner.tar.gz"
2+
url = "https://github.com/golemcloud/golem-wit/archive/v1.3.0-dev.6.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,8 +25,8 @@ sha256 = "69d42fb10a04a33545b17e055f13db9b1e10e82ba0ed5bdb52334e40dc07c679"
2525
sha512 = "612effbac6f4804fe0c29dae20b78bbba59e52cb754c15402f5fe229c3153a221e0fbdff1d9d00ceaa3fe049c6a95523a5b99f772f1c16d972eade2c88326a30"
2626

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

3131
[golem-durability]
3232
sha256 = "c5f8b9b4bda5a8d5d1d008978abed617c18da7d9c24167bf20a81a379d10d688"

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/type-owner.tar.gz"
1+
all = "https://github.com/golemcloud/golem-wit/archive/v1.3.0-dev.6.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: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,12 +121,19 @@ interface host {
121121
value: string
122122
}
123123

124+
record worker-wasi-config-vars-filter {
125+
name: string,
126+
comparator: string-filter-comparator,
127+
value: string
128+
}
129+
124130
variant worker-property-filter {
125131
name(worker-name-filter),
126132
status(worker-status-filter),
127133
version(worker-version-filter),
128134
created-at(worker-created-at-filter),
129-
env(worker-env-filter)
135+
env(worker-env-filter),
136+
wasi-config-vars(worker-wasi-config-vars-filter)
130137
}
131138

132139
record worker-all-filter {
@@ -141,6 +148,7 @@ interface host {
141148
worker-id: worker-id,
142149
args: list<string>,
143150
env: list<tuple<string, string>>,
151+
wasi-config-vars: list<tuple<string, string>>,
144152
status: worker-status,
145153
component-version: u64,
146154
retry-count: u64

0 commit comments

Comments
 (0)