mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-13 16:23:36 +03:00
f94e3772bb
* Add WebRTC DataChannel example * Add guide * Fix format * Use webpack to build example
429 B
429 B
WebRTC DataChannel Example
View documentation for this example online or View compiled example online
You can build the example locally with:
$ npm run serve
and then visiting http://localhost:8080 in a browser should run the example!