wenyongh 46b93b9d22 Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 6 tahun lalu
..
bi-inc 46b93b9d22 Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 6 tahun lalu
README.md 46b93b9d22 Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 6 tahun lalu
attr_container.c 46b93b9d22 Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 6 tahun lalu
native_interface.cmake 46b93b9d22 Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 6 tahun lalu
native_interface.h 46b93b9d22 Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 6 tahun lalu
restful_utils.c 46b93b9d22 Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 6 tahun lalu

README.md

Notes:

This folder is for the source files shared by both WASM APP and native runtime

  • The c files in this directory are compiled into both the WASM APP and runtime.
  • The header files for distributing to SDK are placed in the "bi-inc" folder.