Xu Jun f1a0e75ab7 re-org platform APIs, simplify porting process (#201) před 6 roky
..
bi-inc 0fdd49ea31 Re-org memory allocation interfaces, add --stack-size and --heap-size option (#193) před 6 roky
README.md 46b93b9d22 Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) před 6 roky
attr_container.c f1a0e75ab7 re-org platform APIs, simplify porting process (#201) před 6 roky
native_interface.cmake 46b93b9d22 Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) před 6 roky
native_interface.h f1a0e75ab7 re-org platform APIs, simplify porting process (#201) před 6 roky
restful_utils.c 0fdd49ea31 Re-org memory allocation interfaces, add --stack-size and --heap-size option (#193) před 6 roky

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.