Skip to content

Commit d2a63e1

Browse files
authored
use new clocks/types.{duration} instead of clocks/monotonic (#191)
1 parent ce36dac commit d2a63e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wit-0.3.0-draft/types.wit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/// This interface defines all of the types and methods for implementing HTTP
22
/// Requests and Responses, as well as their headers, trailers, and bodies.
33
interface types {
4-
use wasi:clocks/monotonic-clock@0.3.0-rc-2025-09-16.{duration};
4+
use wasi:clocks/types@0.3.0-rc-2025-09-16.{duration};
55

66
/// This type corresponds to HTTP standard Methods.
77
variant method {

0 commit comments

Comments
 (0)