hi Bill, yeah, that's what I'll do. It's not webassembly specific, more web
specific. GUIDs are used in web dev when you want a unique DB key without
having to go to the DB first to generate it. The entropy length is chosen
so that a collision should not happen within a billion years or something
ridiculous like that. Rolling my own was pretty straightforward, and this
isn't going in avionics! :-)

thanks
iain

On Sat, Jun 21, 2025 at 2:40 PM <b...@ccrma.stanford.edu> wrote:

> I see online that a guid is a 128-bit text string,
> so you could generate one by using a string with
> 16 chars generated randomly -- I'm probably missing
> something crucial.  How are these used in webassembly?
>
>
_______________________________________________
Cmdist mailing list
Cmdist@ccrma.stanford.edu
https://cm-mail.stanford.edu/mailman/listinfo/cmdist

Reply via email to