Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

usecase #41

Open
ClosetGeek-Git opened this issue Aug 14, 2022 · 3 comments
Open

usecase #41

ClosetGeek-Git opened this issue Aug 14, 2022 · 3 comments

Comments

@ClosetGeek-Git
Copy link

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?

@paullouisageneau
Copy link
Owner

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.

@wrnlb666
Copy link

Will this library hopefully get bindings for C and rust also?

@paullouisageneau
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants