Skip to content

Fix few wasm-c-api python binding issues#2029

Merged
wenyongh merged 1 commit intobytecodealliance:mainfrom
lum1n0us:fix_python_c_api_binding_issues
Mar 15, 2023
Merged

Fix few wasm-c-api python binding issues#2029
wenyongh merged 1 commit intobytecodealliance:mainfrom
lum1n0us:fix_python_c_api_binding_issues

Conversation

@lum1n0us
Copy link
Copy Markdown
Contributor

$ cd /path/to/language-bindings/python/
$ python -m pip install -e .
$ cd wasm-c-api
$ python -m unittest tests/test_basic.py
$ python -m unittest tests/test_advanced.py

```
$ cd /path/to/language-bindings/python/
$ python -m pip install -e .
$ cd wasm-c-api
$ python -m unittest tests/test_basic.py
$ python -m unittest tests/test_advanced.py
```
@wenyongh wenyongh merged commit 915b4d2 into bytecodealliance:main Mar 15, 2023
@lum1n0us lum1n0us deleted the fix_python_c_api_binding_issues branch June 26, 2023 01:46
vickiegpt pushed a commit to vickiegpt/wamr-aot-gc-checkpoint-restore that referenced this pull request May 27, 2024
How to python language binding test cases:
```
$ cd <wamr_dir>/language-bindings/python
$ python -m pip install -e .
$ cd wasm-c-api
$ python -m unittest tests/test_basic.py
$ python -m unittest tests/test_advanced.py
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants