pub fn clocks_ctx() -> WasiClocks
Examples found in repository?
src/lib.rs (line 60)
57
58
59
60
61
62
63
64
    pub fn new() -> Self {
        WasiCtxBuilder(WasiCtx::new(
            random_ctx(),
            clocks_ctx(),
            sched_ctx(),
            Table::new(),
        ))
    }