I'm surprised WASM isn't a bigger part of this page - it's probably one of the coolest advancements in the serverless space, especially Cloudflare Workers!
Cloudflare was nice enough to bump up my worker upload limit to 5MB so I could upload Golang code with GOOS=js and GOARCH=wasm, and it works perfectly (with some notable help from whoever wrote this neat little niche repo https://github.com/syumai/workers)
Comments
I'm surprised WASM isn't a bigger part of this page - it's probably one of the coolest advancements in the serverless space, especially Cloudflare Workers!
Cloudflare was nice enough to bump up my worker upload limit to 5MB so I could upload Golang code with GOOS=js and GOARCH=wasm, and it works perfectly (with some notable help from whoever wrote this neat little niche repo https://github.com/syumai/workers)