You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.
All failing feature combinations obtained by running
cargo hack
.(target_family = "wasm") --all-features fails. Some of the dependencies that cause this, obtained debugging
cargo check --target --all-features
withcargo tree --all-features
:hidapi-rusb v1.3.2
fromcoins-ledger v0.7.1
/trezor-client v0.0.7
socket2 v0.4.7
fromhyper v0.14.23
/tokio v1.24.1
/h2 v0.3.15
/reqwest v0.11.14
/svm-rs v0.2.21
tokio-1.24.1
mio v0.8.5
which is enabled by tokio features which are not supported on wasm (net
,process
,signal
...)super::sysrand_chunk
" --ring v0.16.20
fromrustls v0.20.8
/hyper-rustls v0.23.2
/reqwest v0.11.14
ring
doesn't supportwasm32-wasi
The text was updated successfully, but these errors were encountered: