Rust Wasm __getrandom_custom

It’s confusing, but the return type of the call here is a tuple. Try this:

let rnd_buffer: (Vec<u8>,) = 
2 Likes