In the latest update getrandom now includes wasm-bindgen which causes problems in my project because I'm just compiling raw WASM.
Is there a way to compile this library for wasm that doesn't force the js feature in getrandom?
This has also been pointed out at #129 (comment) which is on the pull-request which made the change to cause this issue