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.