Closed thunderbiscuit closed 3 years ago
After speaking with a few folks from the bitcoindevkit, I think the problem is related to how WASM doesn't support most random number generators, breaking a lot of libraries that normally use the OS for this type of thing.
Thank you! I'll close this now.
Hi guys,
Sorry if this is not quite well structured of an issue; I'm just getting started with WASM in Rust.
So here is what is happening in my tests:
bitcoin-wallet = "1.0.1"
to my dependencies for the WASM library, I get this error when compiling:Any ideas what I might be doing wrong or what is happening here?