Python You can install Python with: wapm install python Running You can run Python cli $ wasmer python.wasm --mapdir=lib:lib -- pythonfile.py Building from Source You will need Wasix to build the python.wasm file. Steps: Setup wasix, see Installation Instructions Run ./build.sh