wasm-micro-runtime/language-bindings/python/wasm-c-api
Wenyong Huang 773efc006d
Change WASM_ANYREF to WASM_EXTERNREF (#3426)
wasm-c-api wasm.h had changed WASM_ANYREF to WASM_EXTERNREF,
we had better change it in WAMR also:
2ce1367c9d/include/wasm.h (L185)
2024-05-14 11:08:16 +08:00
..
docs Fix some spelling issues (#3385) 2024-05-06 07:56:48 +08:00
samples Add WAMR API bindings in Python (#1959) 2023-02-16 15:21:28 +08:00
tests Change WASM_ANYREF to WASM_EXTERNREF (#3426) 2024-05-14 11:08:16 +08:00
utils Add WAMR API bindings in Python (#1959) 2023-02-16 15:21:28 +08:00
README.md Add WAMR API bindings in Python (#1959) 2023-02-16 15:21:28 +08:00
requirements.txt Add WAMR API bindings in Python (#1959) 2023-02-16 15:21:28 +08:00

WASM-C-API

Examples

There is a simple example to show how to use bindings. Actually, the python binding follows C-APIs. There it should be easy if be familiar with programming with wasm-c-api.

Unit test cases under ./tests could be another but more complete references.