We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
wasi:clocks
include
import
1 parent a81c61f commit fdfcc05Copy full SHA for fdfcc05
wit/proxy.wit
@@ -4,7 +4,8 @@ package wasi:[email protected];
4
/// It is intended to be `include`d in other worlds.
5
world imports {
6
/// HTTP proxies have access to time and randomness.
7
- include wasi:clocks/imports@0.2.0;
+ import wasi:clocks/monotonic-clock@0.2.0;
8
+ import wasi:clocks/wall-clock@0.2.0;
9
import wasi:random/random@0.2.0;
10
11
/// Proxies have standard output and error streams which are expected to
0 commit comments