This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
wasm-micro-runtime/core/iwasm/lib/native-interface/readme.txt

13 lines
378 B
Plaintext
Raw Normal View History

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.