The issue for wasm32-unknown-unknown builds was:
cuprate_rpc_types depends on cuprate_types with json feature
json feature requires cuprate_helper::cast
To fix this, I am making cuprate_helper::cast work on 32-bit targets, yet panic when the cast is lossy. I don't think this is the correct long-term solution but it does work for now.
Originally posted by @hinto-janai in #355 (comment)
The issue for
wasm32-unknown-unknownbuilds was:cuprate_rpc_typesdepends oncuprate_typeswithjsonfeaturejsonfeature requirescuprate_helper::castTo fix this, I am making
cuprate_helper::castwork on 32-bit targets, yet panic when the cast is lossy. I don't think this is the correct long-term solution but it does work for now.Originally posted by @hinto-janai in #355 (comment)