WebAssembly Micro Runtime
The header file , the API set is listed as below:
The basic working flow for WASM application calling into the native API is described as following diagram. Create a header file
Declare the APIs for WASM application source project to include. The pre-defined MACRO should be used to declare a function export:
Below code example shows how to extend the library to support :
In the application source project, it includes the WAMR built-in APIs header file and platform extension header files.
Source: github.com