wasi-clocks icon indicating copy to clipboard operation
wasi-clocks copied to clipboard

Clocks API for WASI

Results 17 wasi-clocks issues
Sort by recently updated
recently updated
newest added

Hello there , Hey I was just wondering , Is it still possible for a feature , of one or the other , to build further API's on for Per-process...

Currently, the monotonic-clock interface includes functions for reading the current time and functions for sleeping for a given duration. In theory, some users may want to just have the ability...

Update README with markdown generation step.

Implementing a clock subscribe function that can be polled to be accurate to more than 2ms isn't necessarily straightforward. It might be worth adding a note, that this is not...

The monotonic clock as it stands right now is likely too underspecified in what it is measuring and should possibly be split into two separate clocks. This problem is something...

I assume that the wall clock api returns UTC time? TAI is basically UTC without leap seconds and associated problems. Now it has been decided to stop using leap seconds...

wasi-clocks is awkward, as mentioned in https://www.youtube.com/watch?v=e21pDhJ8vPc I would like to follow the naming conventions here for some package/scope concerns. So, it would be nice to rename it to something...

In the review session there was a question about if `now` should handle overflow. I think more precisely it shouldn't be interpreted in a way that assumes monotonic starts at...

We should capture the discussion the ideas in the discussion [starting here](https://github.com/WebAssembly/wasi-clocks/issues/1#issuecomment-1405448902) in the main documentation.