Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mschuwalow committed Feb 5, 2025
1 parent 9fc09d3 commit 33db0c8
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion wit/deps/golem-1.1/golem-host-1.1.wit
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package golem:[email protected];
/// The Golem host API provides low level access to Golem specific features such as promises and control over
/// the durability and transactional guarantees the executor provides.
interface host {
use golem:rpc/types@0.1.2.{uri};
use golem:rpc/types@0.1.2.{uri, wit-value};
use wasi:clocks/monotonic-clock@0.2.0.{duration};
use wasi:clocks/wall-clock@0.2.0.{datetime};

Expand Down
2 changes: 1 addition & 1 deletion wit/deps/golem-1.1/golem-oplog-1.1.wit
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package golem:[email protected];
/// Host interface for enumerating and searching for worker oplogs
interface oplog {
use wasi:clocks/wall-clock@0.2.0.{datetime};
use golem:rpc/types@0.1.1.{wit-value};
use golem:rpc/types@0.1.2.{wit-value};

use host.{account-id, component-version, oplog-index, retry-policy, uuid, worker-id};

Expand Down
2 changes: 1 addition & 1 deletion wit/deps/golem-1.1/golem-oplog-processor-1.1.wit
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package golem:[email protected];

interface oplog-processor {
use wasi:clocks/wall-clock@0.2.0.{datetime};
use golem:rpc/types@0.1.1.{wit-value};
use golem:rpc/types@0.1.2.{wit-value};

use host.{account-id, component-id, oplog-index, worker-id, worker-metadata};
use oplog.{oplog-entry};
Expand Down
6 changes: 3 additions & 3 deletions wit/deps/golem-durability/golem-durability-1.2.wit
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
package golem:durability@1.2.0;

interface durability {
use golem:api/host@1.1.1.{persistence-level};
use golem:api/oplog@1.1.1.{oplog-index, wrapped-function-type};
use golem:api/host@1.1.2.{persistence-level};
use golem:api/oplog@1.1.2.{oplog-index, wrapped-function-type};
use wasi:clocks/wall-clock@0.2.0.{datetime};
use golem:rpc/types@0.1.1.{value-and-type};
use golem:rpc/types@0.1.2.{value-and-type};

type durable-function-type = wrapped-function-type;

Expand Down
2 changes: 1 addition & 1 deletion wit/deps/golem/golem-host.wit
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package golem:[email protected];
/// The Golem host API provides low level access to Golem specific features such as promises and control over
/// the durability and transactional guarantees the executor provides.
interface host {
use golem:rpc/types@0.1.1.{uri};
use golem:rpc/types@0.1.2.{uri};
use wasi:clocks/monotonic-clock@0.2.0.{duration};

/// An index into the persistent log storing all performed operations of a worker
Expand Down
2 changes: 1 addition & 1 deletion wit/deps/wasm-rpc/wasm-rpc.wit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package golem:rpc@0.1.1;
package golem:rpc@0.1.2;

interface types {
use wasi:io/poll@0.2.0.{pollable};
Expand Down

0 comments on commit 33db0c8

Please sign in to comment.