Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recent inclusion of fuel-chain-config prevents WASM builds #745

Open
deekerno opened this issue Dec 15, 2022 · 2 comments
Open

Recent inclusion of fuel-chain-config prevents WASM builds #745

deekerno opened this issue Dec 15, 2022 · 2 comments
Labels
bug Something isn't working help wanted Extra attention is needed wasm

Comments

@deekerno
Copy link

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: FuelLabs/fuel-indexer#423. We rely on fuels-core/fuels-types pretty heavily for our indexing functionality, so any help would be appreciated.

@deekerno deekerno added bug Something isn't working help wanted Extra attention is needed wasm labels Dec 15, 2022
@Br1ght0ne Br1ght0ne self-assigned this Dec 15, 2022
@Br1ght0ne
Copy link
Contributor

Related work is on #429, I will attempt to decouple pieces relevant to this in a separate PR.

@Br1ght0ne
Copy link
Contributor

Posting my previous comment for posterity:

We need to either use some other protocol instead of SSE (WebSockets?) or some other JS library for WASM (sse.js?).

@Br1ght0ne Br1ght0ne removed their assignment May 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed wasm
Projects
None yet
Development

No branches or pull requests

2 participants