WebAssembly / wasi-clocks

Clocks API for WASI
30 stars 12 forks source link

Add an implementation note that subscribe functions may have low resolution #57

Open guybedford opened 7 months ago

guybedford commented 7 months ago

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 an expectation for implementations.