|
|
6 月之前 | |
|---|---|---|
| .. | ||
| samples | 2 年之前 | |
| README.md | 6 月之前 | |
| requirements.txt | 2 年之前 | |
wamr.wamrapi.wamr requires a python version >= 3.10.Before proceeding it is necessary to make sure your Python environment is correctly configured. To do this open a terminal session in this directory and perform the following:
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
The following command builds the iwasm library and generates the Python bindings,
# In WAMR root directory
bash language-bindings/python/utils/create_lib.sh
This will build and copy libiwasm into the package.