alexcrichton / filetime

Accessing file timestamps in a platform-agnostic fashion in Rust
Apache License 2.0
122 stars 56 forks source link

Are there any plans to support WASI? #109

Open oligamiq opened 2 weeks ago

oligamiq commented 2 weeks ago

Are there any plans to support WASI?

oligamiq commented 2 weeks ago

Wasip1 has enough to API.

alexcrichton commented 2 weeks ago

I don't personally have the time to implement and test, but I can try to review if you're willing to send a PR!

oligamiq commented 2 weeks ago

I have created a fork of this library so that it won't return errors when calling its functions, but as I'm busy, I think I'll be able to write tests in a few days to a week.