Expand description
Implementation of the clocks WIT interface.
interface clocks {
use types.{datetime};
now: func() -> datetime;
}Implementation of the clocks WIT interface.
interface clocks {
use types.{datetime};
now: func() -> datetime;
}