WebAssembly / wasi-clocks

Clocks API for WASI
37 stars 14 forks source link

Add a default clocks API. #15

Closed sunfishcode closed 2 years ago

sunfishcode commented 2 years ago

In Preview2 commands, we need a way for commands to obtain handles for wall-clock and monotonic clocks. See also bytecodealliance/wasi-libc#12.

This PR adds a new wit file, wasi-default-clocks.wit.md, which defines value exports providing these clock handle values.