1
0
mirror of https://github.com/fluencelabs/wasm-bindgen synced 2025-04-02 18:31:05 +00:00
2018-10-23 14:15:42 +01:00

4 lines
59 B
JavaScript

import('./todomvc').then(todomvc => {
todomvc.run();
});