time-rs / time

The most used Rust library for date and time handling.
https://time-rs.github.io
Apache License 2.0
1.1k stars 277 forks source link

Fix wasm32-unknown-unknown build #655

Closed jedel1043 closed 8 months ago

jedel1043 commented 8 months ago

This closes #652.

This also probably requires some CI modifications to test the wasm_bindgen builds, but that can be done in a follow-up PR.

jhpratt commented 8 months ago

I'll get to this in the evening and cut a release at that point.