WebAssembly / wasi-clocks

Clocks API for WASI
40 stars 14 forks source link

Convert to resources. #50

Closed sunfishcode closed 1 year ago

sunfishcode commented 1 year ago

wasi-clocks no longer has any pseudo-resources, so this just updates the poll dependency to account for the changes in WebAssembly/wasi-io#46.

sunfishcode commented 1 year ago

The wit-bindgen issue affecting CI is now fixed, and we now have at least some implementation experience with this, so let's land this and continue to iterate from here.