Skip to content

Commit fdfcc05

Browse files
committed
Change wasi:clocks from include to import
1 parent a81c61f commit fdfcc05

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

wit/proxy.wit

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ package wasi:[email protected];
44
/// It is intended to be `include`d in other worlds.
55
world imports {
66
/// HTTP proxies have access to time and randomness.
7-
include wasi:clocks/imports@0.2.0;
7+
import wasi:clocks/monotonic-clock@0.2.0;
8+
import wasi:clocks/wall-clock@0.2.0;
89
import wasi:random/random@0.2.0;
910

1011
/// Proxies have standard output and error streams which are expected to

0 commit comments

Comments
 (0)