FuelLabs/fuels-rs

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

开放

#745 创建于 2022年12月15日

 (2 条评论) (0 个反应) (0 位负责人)Rust (1,360 个派生)batch import
bughelp wantedwasm

仓库指标

星标
 (43,211 个星标)
PR 合并指标
 (平均合并 17天) (30 天内合并 1 个 PR)

描述

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.

贡献者指南