mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-24 21:52:13 +00:00
4 lines
75 B
JavaScript
4 lines
75 B
JavaScript
window.addEventListener('load', async () => {
|
|
await import('./pkg');
|
|
});
|