Issue about generate random string Panicked at 'could not initialize thread_rng: getrandom: this target is not supported'

I briefly looked into this at some point and assumed it wouldn’t work because the docs for register_custom_getrandom said:

The function to register must have the same signature as getrandom::getrandom

and that function isn’t async so I don’t understand how raw_rand can be called.

@AdamS if you have advice on how to make this work it would be really helpful.