rust-datetime / datetime

Dates and times library for Rust.
MIT License
15 stars 9 forks source link

Compile on wasm32-wasi #32

Closed jcaesar closed 1 year ago

jcaesar commented 3 years ago

(intentionally left blank)

jcaesar commented 3 years ago

Thinking about it, I direcly used the low level wasi crate to get the time, the necessary functions are also exposed through the wasi version of libc. Which do you think is preferable?