mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-12 19:13:10 +03:00
4 lines
59 B
JavaScript
4 lines
59 B
JavaScript
import('./todomvc').then(todomvc => {
|
|
todomvc.run();
|
|
});
|