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.
get-*
1 parent 13d1c82 commit 77ceeadCopy full SHA for 77ceead
wit-0.3.0-draft/monotonic-clock.wit
@@ -29,7 +29,7 @@ interface monotonic-clock {
29
/// Query the resolution of the clock. Returns the duration of time
30
/// corresponding to a clock tick.
31
@since(version = 0.3.0)
32
- resolution: func() -> duration;
+ get-resolution: func() -> duration;
33
34
/// Wait until the specified instant has occurred.
35
wit-0.3.0-draft/wall-clock.wit
@@ -42,5 +42,5 @@ interface wall-clock {
42
///
43
/// The nanoseconds field of the output is always less than 1000000000.
44
45
- resolution: func() -> datetime;
+ get-resolution: func() -> datetime;
46
}
0 commit comments