summaryrefslogtreecommitdiffstats
path: root/fluent-bit/lib/wasm-micro-runtime-WAMR-1.2.2/language-bindings/python/wasm-c-api/README.md
blob: 1684afa5c1468c7461aa02d0132d348a2796d2a9 (plain)
1
2
3
4
5
6
7
# WASM-C-API

## Examples

There is a [simple example](./samples/hello_procedural.py) 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.