WebAssembly / wasi-clocks

Clocks API for WASI
30 stars 12 forks source link

Convert to resources. #50

Closed sunfishcode closed 9 months ago

sunfishcode commented 9 months 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 9 months 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.