alexcrichton / filetime

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

Added compilability for target_arch=wasm64 #79

Closed john-sharratt closed 2 years ago

alexcrichton commented 2 years ago

Thanks! While you're at it could this be switched to use target_family = "wasm" instead?

john-sharratt commented 2 years ago

Sure no worries - rebased.