WASM Web Apps
Last year I learned about marimo notebooks (as a substitute for Jupyter notebooks) and have since been trying to play around with them. One nice feature is that you can very quickly deploy a notebook as a WASM web app. These are static sites that can function as web apps that run entirely in the browser (client-side). Why is that interesting? There are times when I have built, for myself, utilities to perform some simple data-related tasks or calculations that Excel is poorly suited for (or I just didn’t want to write in Excel because it’s less fun). The problem with these is their difficulty in sharing. Many corporate IT environments frown upon excessive, or any, opensource software use. And, generally, my colleages don’t want to learn how to install Python and set up an environment just so they can save some manual work. ...