Crates.io | libp2p-webrtc-websys |
lib.rs | libp2p-webrtc-websys |
version | 0.4.0-alpha |
source | src |
created_at | 2023-09-22 15:25:27.211817 |
updated_at | 2024-08-09 14:29:00.495711 |
description | WebRTC for libp2p under WASM environment |
homepage | |
repository | https://github.com/libp2p/rust-libp2p |
max_upload_size | |
id | 980652 |
size | 35,554 |
libp2p-webrtc-websys
Browser Transport made available through web-sys
bindings.
Use with Swarm::with_wasm_executor
to enable the wasm-bindgen
executor for the Swarm
.
See the browser-webrtc example for a full example.