Skip to content

Commit

Permalink
Change wasi:clocks from include to import
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshuawuyts committed May 30, 2024
1 parent a81c61f commit fdfcc05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wit/proxy.wit
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ package wasi:[email protected];
/// It is intended to be `include`d in other worlds.
world imports {
/// HTTP proxies have access to time and randomness.
include wasi:clocks/imports@0.2.0;
import wasi:clocks/monotonic-clock@0.2.0;
import wasi:clocks/wall-clock@0.2.0;
import wasi:random/random@0.2.0;

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

0 comments on commit fdfcc05

Please sign in to comment.