Files
Kmake/test/fixtures/worker-script.mjs

4 lines
86 B
JavaScript
Raw Permalink Normal View History

2026-05-26 23:36:42 -07:00
import worker from 'worker_threads';
worker.parentPort.postMessage('Hello, world!');