FuelLabs/fuels-rs

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

Open

#745 aberto em 15 de dez. de 2022

Ver no GitHub
 (2 comments) (0 reactions) (0 assignees)Rust (1.360 forks)batch import
bughelp wantedwasm

Métricas do repositório

Stars
 (43.211 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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.

Guia do colaborador