mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-17 06:51:24 +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:
3
examples/webrtc_datachannel/index.js
Normal file
3
examples/webrtc_datachannel/index.js
Normal file
@ -0,0 +1,3 @@
|
||||
window.addEventListener('load', async () => {
|
||||
await import('./pkg');
|
||||
});
|
Reference in New Issue
Block a user