docs.rs failed to build selium-remote-client-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Remote Client module
Provides users with a client library and CLI for orchestrating Selium applications and servers from afar.
Crate structure
This service has 4 crates:
selium-remote-client-cli(cli/) - CLI binary for executing commands via theselium-remote-clientlibselium-remote-client(client/) - client library that guests consumeselium-remote-client-protocol(protocol/) - wire protocolselium-remote-client-server(server/) - WASM module run by the host
Usage
Compile the selium-remote-client-server component to WebAssembly and install in the Runtime's work directory:
The selium-remote-client-server component should be added to the Selium Runtime's initialisation args: