spin-sdk 7.0.0

The Spin Rust SDK makes it easy to build Spin components in Rust.
Documentation
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;
}