pub fn clocks_ctx() -> WasiClocks
57 58 59 60 61 62 63 64
pub fn new() -> Self { WasiCtxBuilder(WasiCtx::new( random_ctx(), clocks_ctx(), sched_ctx(), Table::new(), )) }