1
0
mirror of https://github.com/fluencelabs/wasm-bindgen synced 2025-04-13 07:36:07 +00:00
Yuji Sugiura f94e3772bb
[Examples] Add WebRTC DataChannel example ()
* Add WebRTC DataChannel example

* Add guide

* Fix format

* Use webpack to build example
2020-05-12 14:00:33 -05:00

4 lines
75 B
JavaScript

window.addEventListener('load', async () => {
await import('./pkg');
});