Google Sheets has ported its calculation worker from JavaScript to WasmGC, a technology that allows garbage-collected languages like Java to run on the web at near-native speed. The move was made to improve performance, as the JavaScript version of the calculation engine was more than three times slower than the Java version. The Sheets team worked with the Chrome team to develop and optimize the WasmGC version, which now achieves a calculation performance approximately twice as fast as JavaScript. This partnership set a precedent for how engineering teams at Google can work with Chrome to have more Google apps running on WasmGC.