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
alloy-network (and by extension alloy-provider) cannot be WASM-compatible since #190 because it depends on alloy-signers, which itself is not WASM-compatible because of a dependency on rand.
As far as I can tell, this is only for Wallet/LocalWallet etc., which can live in their own crate.
Component
signers
Describe the feature you would like
alloy-network
(and by extensionalloy-provider
) cannot be WASM-compatible since #190 because it depends onalloy-signers
, which itself is not WASM-compatible because of a dependency onrand
.As far as I can tell, this is only for
Wallet
/LocalWallet
etc., which can live in their own crate.#190 (comment)
Additional context
No response
The text was updated successfully, but these errors were encountered: