You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fuels-contract, fuels-signers and fuels-test-helpers all have dependencies that don't compile to WASM.
It would be nice to have these as optional dependencies so they don't have to be compiled for a WASM target.
Really all the indexer needs is the type definitions out of the contract ABI, as well as Tokenizable, ParamType and the other types necessary to deserialize.
The text was updated successfully, but these errors were encountered:
fuels-contract
,fuels-signers
andfuels-test-helpers
all have dependencies that don't compile to WASM.It would be nice to have these as optional dependencies so they don't have to be compiled for a WASM target.
Really all the indexer needs is the type definitions out of the contract ABI, as well as
Tokenizable
,ParamType
and the other types necessary to deserialize.The text was updated successfully, but these errors were encountered: