nodejs / uvwasi

WASI syscall API built atop libuv
MIT License
225 stars 49 forks source link

libuv to add uv_clock_gettime() #204

Open cjihrig opened 1 year ago

cjihrig commented 1 year ago

See https://github.com/libuv/libuv/pull/3971. It may be possible to leverage this here and remove some of the custom clock code.