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
Hi, I was wondering what the usecase is for using datachannel-wasm assuming most browsers capable of wasm should also be capable of datachannels as well?
The text was updated successfully, but these errors were encountered:
Browsers support WebRTC but the corresponding API is exposed to JavaScript only, datachannel-wasm is a wrapper allowing to call the WebRTC API from C++ code targeting wasm.
Exposing a C API should be doable as the bindings between C++ and JS in datachannel-wasm are already done with an internal C API. I don't have plans for Rust bindings, but maybe the bindings for libdatachannel could be adapted.
Hi, I was wondering what the usecase is for using datachannel-wasm assuming most browsers capable of wasm should also be capable of datachannels as well?
The text was updated successfully, but these errors were encountered: