mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-17 15:01:23 +00:00
[Examples] Add WebRTC DataChannel example (#2131)
* Add WebRTC DataChannel example * Add guide * Fix format * Use webpack to build example
This commit is contained in:
10
examples/webrtc_datachannel/index.html
Normal file
10
examples/webrtc_datachannel/index.html
Normal file
@ -0,0 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>WebRTC DataChannel example</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>Open DevTools and check the Console.</p>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user