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