WebAssembly / wasi-clocks

Clocks API for WASI
40 stars 14 forks source link

Update to the latest wasi-proposal-repo format. #33

Closed sunfishcode closed 1 year ago

sunfishcode commented 1 year ago

This updates to the latest wasi-proposal-repo format, which includes updating to the latest wit-bindgen. That in turm includes temporarily removing resources, though I've left in comments making it clear where the resources will go.

This also fixes #31 by splitting monotonic and wall clocks into their own interfaces.

Fixes #31.

sunfishcode commented 1 year ago

Merging, as I expect it'll be easier to see how this looks in the main repo than in PR form. Comments and questions are still welcome!