Weining 9aa9cbde77 Implement 2D graphic API (#87) пре 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 7f1e024fce Add a new extension library: connection (#39) пре 6 година
gui_api.h 9aa9cbde77 Implement 2D graphic API (#87) пре 6 година
native_interface.cmake a75a5f0f41 WebAssembly Micro Runtime first version пре 6 година
native_interface.h 9aa9cbde77 Implement 2D graphic API (#87) пре 6 година
readme.txt a75a5f0f41 WebAssembly Micro Runtime first version пре 6 година
restful_utils.c dd5b133fa5 Import app manager, samples and test-tools пре 6 година
sensor_api.h a75a5f0f41 WebAssembly Micro Runtime first version пре 6 година
shared_utils.h 9aa9cbde77 Implement 2D graphic API (#87) пре 6 година
wgl_shared_utils.h 9aa9cbde77 Implement 2D graphic API (#87) пре 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.