mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-02-06 23:15:16 +00:00
8 lines
315 B
Markdown
8 lines
315 B
Markdown
|
# 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.
|