mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-17 18:50:51 +00:00
4 lines
59 B
JavaScript
4 lines
59 B
JavaScript
|
import('./todomvc').then(todomvc => {
|
||
|
todomvc.run();
|
||
|
});
|