blob: 749ff561dac7d61cfe1ea9b6700344a0cde0a6e1 [file] [log] [blame]
export function messageHandler(msg) {
WorkerScript.sendMessage("Hello from the module")
}