Alright, this is pretty unhinged, let me unpack. just-bash is a fully simulated bash -- everything is reimplemented in JavaScript, and I mean e v e r y t h i n g: all bash commands, the fs is in memory, etc. But now it also has full Python running in WASM
In the latest version of `just-bash`: python3 support Based on Pyodide (CPython compiled to wasm). Fully integrated with just-bash's virtualized filesystem and network controls