mirror of
https://github.com/oven-sh/bun
synced 2026-02-14 04:49:06 +00:00
* make more tests pass * worker changes * fix some bugs * remove this * progress * uh * okay * remove console log * a * comment assert for later * mergable state * remove test * remove test
5 lines
55 B
JavaScript
5 lines
55 B
JavaScript
let i = 0;
|
|
while (true) {
|
|
postMessage({ i: i++ });
|
|
}
|