Skip to content

Commit

Permalink
annotate use statements
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshuawuyts committed Jun 28, 2024
1 parent f0245e3 commit 8087489
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wit/monotonic-clock.wit
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ package wasi:[email protected];
/// successive reads of the clock will produce non-decreasing values.
@since(version = 0.2.0)
interface monotonic-clock {
@since(version = 0.2.0)
use wasi:io/poll@0.2.0.{pollable};

/// An instant in time, in nanoseconds. An instant is relative to an
Expand Down

0 comments on commit 8087489

Please sign in to comment.