FuelLabs/fuels-rs

Recent inclusion of `fuel-chain-config` prevents WASM builds

Open

#745 aperta il 15 dic 2022

Vedi su GitHub
 (2 commenti) (0 reazioni) (0 assegnatari)Rust (1360 fork)batch import
bughelp wantedwasm

Metriche repository

Star
 (43.211 star)
Metriche merge PR
 (Merge medio 17g) (1 PR mergiata in 30 g)

Descrizione

The recent inclusion of fuel-chain-config in fuels-types has led to an inability to build for the wasm32-unknown-unknown target for packages depending on said crate; this is due to mio being present in the dependency graph by way of fuel-core-interfaces and its dependence on tokio. More information can be found here: https://github.com/FuelLabs/fuel-indexer/issues/423. We rely on fuels-core/fuels-types pretty heavily for our indexing functionality, so any help would be appreciated.

Guida contributor