withWallClock

fun withWallClock(wallClock: Clock, zoneId: String = "UTC"): WasiPreview3.Builder
fun withWallClock(wallClock: Clock, timeZone: TimeZone): WasiPreview3.Builder
fun withWallClock(now: () -> Instant, zoneId: String = "UTC"): WasiPreview3.Builder