Why Google Sheets ported its calculation worker from JavaScript to WasmGC | web.dev
Calculations in Google Sheets were initially done on the server, then on the client in JavaScript, and now on the client in WebAssembly Garbage Collection. This case study explains how and why.