wasmtime-wasi 36.0.7

WASI implementation in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
package wasi:clocks@0.3.0;

@since(version = 0.3.0)
world imports {
    @since(version = 0.3.0)
    import monotonic-clock;
    @since(version = 0.3.0)
    import wall-clock;
    @unstable(feature = clocks-timezone)
    import timezone;
}