blob: 04b6e20d4a705e3dcf79238e4ab20ff4f2e4be5e [file]
import Module from './hello.mjs';
await Module();
console.log('done');