Reading List
Porting Google Sheets Calculations to WasmGC from Michael Tsai RSS feed.
Porting Google Sheets Calculations to WasmGC
Michael Thomas and Thomas Steiner Thomas Steiner (via Hacker News): The Google Sheets calculation engine was originally written in Java and launched in 2006. In the early days of the product, all calculation happened on the server. However, from 2013, the engine has run in the browser using JavaScript. This was originally accomplished through Google […]