Wenyong Huang db695fada4 Implement XIP feature and enable ARC target support (#694) 4 лет назад
..
bi-inc 752826a667 Implement multi-module feature and bulk-memory feature (#271) 5 лет назад
README.md 46b93b9d22 Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 6 лет назад
attr_container.c 282831eba5 Fix some compilation warnings and add esp-idf platform for experiment (#454) 5 лет назад
native_interface.cmake 46b93b9d22 Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 6 лет назад
native_interface.h f1a0e75ab7 re-org platform APIs, simplify porting process (#201) 5 лет назад
restful_utils.c db695fada4 Implement XIP feature and enable ARC target support (#694) 4 лет назад

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.