This is really cool, but each cell managed to feeze up my browser tab for a couple of seconds while rendering, and I'm on a very high-end dev machine! I wonder what makes this such a heavy operation - I might try giving forking later if I can find the time, and see if the heavy stuff can be offloaded to a worker thread in an elegant way so that browsers will stop asking me if I wish to stop the javascript on the tab.
Thanks, the process can be quite long for some pieces (have a look at @makio135/hello-ln 😅), that's why I added `await visibility()`.
Would love to see your worker upgrade 🤩