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
I've built a transport that allows jsonrpc-client to work in the browser with wasm, but I think it's impossible to create such a transport outside of jsonrpc_core_client crate because some of the types used to build the transports are not exposed.
This includes:
RpcMessage and all the variants
RequestBuilder.* (call_request etc)
probably others
It would be great if those types could be exposed to make it possible to create a custom transport