(no title)
GrumpyCat42 | 1 year ago
In development, I compile it with Go. In production, I compile it with TinyGo. Yes, you need to be careful about imports, and it does add complexity, but the benefits of not managing two different completely different languages (JS and whatever you're compiling to WASM) far outweigh that cost.
As for Cloudflare, I don't think their service's benefits outweigh the complexity, but I've had luck in the past with the dual setup on Workers.
jitl|1 year ago
https://esbuild.github.io/
GrumpyCat42|1 year ago
A good rundown (rolldown) is available here: https://rolldown.rs/about