1 2 3 4 5 6 7 8
package wasi:clocks@0.3.0; /// This interface common types used throughout wasi:clocks. @since(version = 0.3.0) interface types { /// A duration of time, in nanoseconds. @since(version = 0.3.0) type duration = u64; }