Closed urlordjames closed 10 months ago
I'm curious as to the rationale for re-implementing OffsetDateTime
with js-sys
instead of using time
's implementation. I believe time
has a wasm-bindgen
feature that already implements the desired behavior right?
I'm curious as to the rationale for re-implementing
OffsetDateTime
withjs-sys
instead of usingtime
's implementation. I believetime
has awasm-bindgen
feature that already implements the desired behavior right?
I probably didn't know about that feature at the time.
Resolves #157. This doesn't add a feature for reproducible output on all platforms, it's strictly for disabling
js-sys
on wasm.