readme.txt 378 B

123456789101112
  1. Attention:
  2. =======
  3. Only add files which are shared by both wasm application and native runtime into this directory!
  4. The c files are both compiled into the the WASM APP and native runtime.
  5. native_interface.h
  6. =============
  7. The interface declaration for the native API which are exposed to the WASM app
  8. Any API in this file should be incuded with EXPORT_WASM_API() somewhere.