mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-02-10 08:55:18 +00:00
![]() Enable setting external memory space for wasm app, the feature is disabled by default; Remove wasm_application_exectue_* APIs from wasm_export.h which makes confused. |
||
---|---|---|
.. | ||
attr_container.c | ||
attr_container.h | ||
connection_api.h | ||
gui_api.h | ||
native_interface.cmake | ||
native_interface.h | ||
readme.txt | ||
restful_utils.c | ||
sensor_api.h | ||
shared_utils.h | ||
wasm_export.h | ||
wgl_shared_utils.h |
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.