Weining 2a8b1ef454 Remove the binding between current thread and module instance and bugs fix (#131) 6 жил өмнө
..
attr_container.c dd5b133fa5 Import app manager, samples and test-tools 6 жил өмнө
attr_container.h dd5b133fa5 Import app manager, samples and test-tools 6 жил өмнө
connection_api.h 26149021ff Add parameter module inst for native wrapper functions (#117) 6 жил өмнө
gui_api.h 26149021ff Add parameter module inst for native wrapper functions (#117) 6 жил өмнө
native_interface.cmake a75a5f0f41 WebAssembly Micro Runtime first version 6 жил өмнө
native_interface.h 2a8b1ef454 Remove the binding between current thread and module instance and bugs fix (#131) 6 жил өмнө
readme.txt 26149021ff Add parameter module inst for native wrapper functions (#117) 6 жил өмнө
req_resp_api.h 26149021ff Add parameter module inst for native wrapper functions (#117) 6 жил өмнө
restful_utils.c 26149021ff Add parameter module inst for native wrapper functions (#117) 6 жил өмнө
sensor_api.h 26149021ff Add parameter module inst for native wrapper functions (#117) 6 жил өмнө
shared_utils.h f8f61dc898 Add a switch to build simple sample without gui support (#126) 6 жил өмнө
timer_api.h a770706cb6 Fix typo 'destory' and compile issue (#119) 6 жил өмнө
wgl_shared_utils.h 9aa9cbde77 Implement 2D graphic API (#87) 6 жил өмнө

readme.txt

Attention:
=======
Only add files which 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.