This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
wasm-micro-runtime/language-bindings/python/docs/setup_dev_env.md
Wenyong Huang 3d34a91f0b
Implement Python language binding (#1192) (#1195)
Implement the first version of Python language binding

Co-authored-by: liang.he <liang.he@intel.com>
2022-05-31 16:39:46 +08:00

394 B

Use a python virtual environment tool to create an environment for development. All necessary packages are in ../requirements.txt.

python code formatter is provided by black.

python code linter is provided by pylint and default configuration.

Unit tests are driven by unittest.

$ python -m unittest -v tests/test_basics.py
$ python -m unittest -v tests/test_advanced.py