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.