Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vigoo committed Sep 30, 2024
1 parent 0cbff6e commit 08c3300
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 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,9 +3,10 @@ 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:api/host@1.1.0-rc1.{account-id, component-version, oplog-index, retry-policy, worker-id};
use golem:rpc/types@0.1.0.{wit-value};

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

variant wrapped-function-type {
/// The side-effect reads from the worker's local state (for example local file system,
/// random generator, etc.)
Expand Down

0 comments on commit 08c3300

Please sign in to comment.