Files
harmony/harmony_types
Jean-Gabriel Gill-Couture 1f5ebbf43f feat(types): wasm-compatible Id generator with the same shape
Id::default() now works on wasm32 too — js_sys::Date + Math.random produce the
same {hex unix-secs}_{7 alphanumeric} value as the native rand+clock path, with
no extra feature needed (js-sys is a wasm-only dep). wasm consumers can mint ids
via the type instead of reimplementing the format client-side.
2026-06-07 20:55:58 -04:00
..