mirror of
https://github.com/pion/webrtc.git
synced 2025-12-24 11:51:03 +08:00
Add JavaScript/WASM bindings
Resolves #478. Adds minimal JavaScript/WASM bindings. This makes it possible to compile core parts of pions/webrtc to WASM and run it in the browser. Only data channels are supported for now and there is limited/no support for certificates and credentials.
This commit is contained in:
committed by
Michiel De Backker
parent
6a68ca04a8
commit
0f1ddf0825
@@ -1,3 +1,5 @@
|
||||
// +build !js
|
||||
|
||||
package webrtc
|
||||
|
||||
import "fmt"
|
||||
|
||||
Reference in New Issue
Block a user