This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
wasm-micro-runtime/samples/native-lib/wasm-app
YAMAMOTO Takashi 960b613d10
samples/native-lib: Add an example to use wamr API from native lib (#1649)
Real world native libs likely need to access the wasm_runtime_xxx API.
This example demonstrates it.

Build vmlib as a shared lib to make it straightforward to share a
single runtime instance between iwasm and native libs.
2022-10-28 19:31:21 +08:00
..
CMakeLists.txt Enable register native with iwasm (#1120) 2022-04-27 11:12:50 +08:00
main.c samples/native-lib: Add an example to use wamr API from native lib (#1649) 2022-10-28 19:31:21 +08:00