Weining Lu f3163f9471 1. add comments for app lib 6 лет назад
..
attr-container.c a75a5f0f41 WebAssembly Micro Runtime first version 6 лет назад
attr-container.h a75a5f0f41 WebAssembly Micro Runtime first version 6 лет назад
native_interface.cmake a75a5f0f41 WebAssembly Micro Runtime first version 6 лет назад
native_interface.h a75a5f0f41 WebAssembly Micro Runtime first version 6 лет назад
readme.txt a75a5f0f41 WebAssembly Micro Runtime first version 6 лет назад
restful_utils.c a75a5f0f41 WebAssembly Micro Runtime first version 6 лет назад
sensor_api.h a75a5f0f41 WebAssembly Micro Runtime first version 6 лет назад
shared_utils.h f3163f9471 1. add comments for app lib 6 лет назад

readme.txt

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.