Aside from a basic web interface, the main thing this would need is a way of setting and storing secrets (like cloud provider auth keys).
As for official CPython support see: https://github.com/python/cpython/blob/main/Tools/wasm/README.md Now there are plenty of unofficial implementations that don't have those same limitations, for example: [cheerpx webvm](https://github.com/leaningtech/webvm); [py2wasm](https://github.com/wasmerio/py2wasm); [pyodide](https://github.com/pyodide/pyodide); [spin](https://github.com/spinframework/spin-python-sdk)+CPython official approach; and others. Advantage: - Multicloud management without user installing anything - Facilitate one-click install use-cases onto multiple cloud vendors - Many others! What do you think? - Happy to give the implementation a go; but want some feedback first and expressions of interest… Samuel Marks, PhD https://github.com/SamuelMarks https://linkedin.com/in/samuelmarks