blob: 1e29b6e0b370f0529fc727db466e9902475a722c [file]
import('./strings').then(m => {const msg = document.createElement('span'); msg.innerText = m.hello(); document.body.appendChild(msg);});