Hacker News new | ask | show | jobs
by p5v 1989 days ago
This looks promising. I would be interested to learn more about the experience you have had while building this service.

Yesterday, I released https://goart.netlify.app It's an experiment at using WASM-compiled Go code to create complex generative art drawings in the browser. Sounds cool, but I have had quite a few unexpected issues while building it. Especially, the part about having to use Web Workers to do the communication to and from the WASM instance.