WebAssembly / wasi-clocks

Clocks API for WASI
30 stars 12 forks source link

Split monotonic and wall clocks into separate interfaces #31

Closed sunfishcode closed 1 year ago

sunfishcode commented 1 year ago

The monotonic and wall-clock APIs should be separate interfaces so that worlds that need one but not the other can easily pick which ones they need.