bitque/jirs-client/js/index.js
2020-03-30 08:16:26 +02:00

5 lines
93 B
JavaScript

import("../pkg/index.js").then(module => {
console.log(module)
// module.main();
});