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/core/iwasm/lib/native-interface
Weining Lu f3163f9471 1. add comments for app lib
2. fix bug of sensor_config_with_attr
2019-05-08 16:42:39 +08:00
..
attr-container.c WebAssembly Micro Runtime first version 2019-05-07 10:18:18 +08:00
attr-container.h WebAssembly Micro Runtime first version 2019-05-07 10:18:18 +08:00
native_interface.cmake WebAssembly Micro Runtime first version 2019-05-07 10:18:18 +08:00
native_interface.h WebAssembly Micro Runtime first version 2019-05-07 10:18:18 +08:00
readme.txt WebAssembly Micro Runtime first version 2019-05-07 10:18:18 +08:00
restful_utils.c WebAssembly Micro Runtime first version 2019-05-07 10:18:18 +08:00
sensor_api.h WebAssembly Micro Runtime first version 2019-05-07 10:18:18 +08:00
shared_utils.h 1. add comments for app lib 2019-05-08 16:42:39 +08:00

Attention: 
=======
Only add files are shared by both wasm application and native runtime into this directory!

The c files are both compiled into the the WASM APP and native runtime.

native_interface.h
=============
The interface declaration for the native API which are exposed to the WASM app

Any API in this file should be incuded with EXPORT_WASM_API() somewhere.