FuelLabs/fuels-rs

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

Offen

#745 geöffnet am 15.12.2022

 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Rust (1.360 Forks)batch import
bughelp wantedwasm

Repository-Metriken

Stars
 (43.211 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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.

Contributor Guide