Setup your Python environment
python --version # This will show the Python versionStart a Python project
mkdir wasmer-project
cd wasmer-project
pip install wasmer
pip install wasmer_compiler_craneliftLast updated
python --version # This will show the Python versionmkdir wasmer-project
cd wasmer-project
pip install wasmer
pip install wasmer_compiler_craneliftLast updated