withWallClock
expect fun withWallClock(now: () -> WasiInstant, zoneId: String = "UTC", resolution: Duration = 1.nanoseconds): KotlinWasiPreview3.Builder
expect fun withWallClock(clock: Clock, zoneId: String = "UTC", resolution: Duration = 1.nanoseconds): KotlinWasiPreview3.Builder
actual fun withWallClock(now: () -> WasiInstant, zoneId: String, resolution: Duration): KotlinWasiPreview3.Builder
actual fun withWallClock(clock: Clock, zoneId: String, resolution: Duration): KotlinWasiPreview3.Builder
actual fun withWallClock(now: () -> WasiInstant, zoneId: String, resolution: Duration): KotlinWasiPreview3.Builder
actual fun withWallClock(clock: Clock, zoneId: String, resolution: Duration): KotlinWasiPreview3.Builder
actual fun withWallClock(now: () -> WasiInstant, zoneId: String, resolution: Duration): KotlinWasiPreview3.Builder
actual fun withWallClock(clock: Clock, zoneId: String, resolution: Duration): KotlinWasiPreview3.Builder