Not sure if this is what you are looking for, but here is Python compiled to WASM: https://pyodide.org/en/stable/
Web demo: https://pyodide.org/en/stable/console.html
No it's not. It's an "interpreter": The whole interpreter binary (in wasm) as well as the Python source is transferred to the client to be executed.
No it's not. It's an "interpreter": The whole interpreter binary (in wasm) as well as the Python source is transferred to the client to be executed.