/python

Python ported to Wasm + WASI

Primary LanguagePythonApache License 2.0Apache-2.0

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:

  1. Setup wasix, see Installation Instructions
  2. Run ./build.sh