error: the wasm*-unknown-unknown targets are not supported by default, you may need to enable the "js" feature. For more information see: https://docs.rs/getrandom/# ...
I tried a few options: -fwasm-exceptions doesn’t work for node, throw tons of errors, __trap called -fexception seemed not working properly for node, adding this flag will remove warnings like below ...