scs / substrate-api-client

Library for connecting to substrate API over WebSockets
Apache License 2.0
260 stars 124 forks source link

Wasm test #772

Closed Niederb closed 4 months ago

Niederb commented 6 months ago

Mostly scaffolding to have a WebAssembly test in the build. The test itself is not yet super meaningful, but I think it is still a good first step to have something running and tested. For a proper test with real use-cases we need to investigate how to create outside connections. See #769