nodejs / uvwasi

WASI syscall API built atop libuv
MIT License
226 stars 50 forks source link

implement filestat_set_times() functions #139

Closed cjihrig closed 4 years ago

cjihrig commented 4 years ago

This commit adds actual implementations for uvwasi_fd_filestat_set_times() and uvwasi_path_filestat_set_times(), as well as tests.

I wrote up a simple test and ran it through Node.js as well, and it seemed fine minus come CI infra hiccups.