| Crates.io | cyberdeck-client-web-sys |
| lib.rs | cyberdeck-client-web-sys |
| version | 0.1.0 |
| created_at | 2023-05-12 21:55:30.362411+00 |
| updated_at | 2023-05-12 21:55:30.362411+00 |
| description | Create RtcPeerConnections and RtcDataChannels without leaving WASM (intended for use with cyberdeck's signalling server) |
| homepage | |
| repository | https://github.com/gsteinLTU/cyberdeck |
| max_upload_size | |
| id | 863327 |
| size | 7,550 |
Intended for use with cyberdeck by richardanaya. I found it useful for a project, but didn't like having to include JS code to create the WebRTC connection/channels.
See https://github.com/gsteinLTU/cyberdeck/blob/master/examples/wasm/src/lib.rs for an example program using this.