Josh Triplett b0b0789dca Relicense to Apache-2.0 with the LLVM-exception (#137) 6 tahun lalu
..
attr_container.c b0b0789dca Relicense to Apache-2.0 with the LLVM-exception (#137) 6 tahun lalu
attr_container.h b0b0789dca Relicense to Apache-2.0 with the LLVM-exception (#137) 6 tahun lalu
connection_api.h b0b0789dca Relicense to Apache-2.0 with the LLVM-exception (#137) 6 tahun lalu
gui_api.h b0b0789dca Relicense to Apache-2.0 with the LLVM-exception (#137) 6 tahun lalu
native_interface.cmake b0b0789dca Relicense to Apache-2.0 with the LLVM-exception (#137) 6 tahun lalu
native_interface.h b0b0789dca Relicense to Apache-2.0 with the LLVM-exception (#137) 6 tahun lalu
readme.txt 26149021ff Add parameter module inst for native wrapper functions (#117) 6 tahun lalu
req_resp_api.h b0b0789dca Relicense to Apache-2.0 with the LLVM-exception (#137) 6 tahun lalu
restful_utils.c b0b0789dca Relicense to Apache-2.0 with the LLVM-exception (#137) 6 tahun lalu
sensor_api.h b0b0789dca Relicense to Apache-2.0 with the LLVM-exception (#137) 6 tahun lalu
shared_utils.h b0b0789dca Relicense to Apache-2.0 with the LLVM-exception (#137) 6 tahun lalu
timer_api.h b0b0789dca Relicense to Apache-2.0 with the LLVM-exception (#137) 6 tahun lalu
wgl_shared_utils.h b0b0789dca Relicense to Apache-2.0 with the LLVM-exception (#137) 6 tahun lalu

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.