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/app-framework/app-native-shared
Qiang 4cd88a96d5
Add more types and APIs for attr_container (#1841)
Add more types for attr_container, e.g. uint8, uint32, uint64
Add more APIs for attr_container for int8, int16 and int32 types
Rename fields of the union 'jvalue' and refactor some files that use attr_container
2023-01-09 21:05:30 +08:00
..
bi-inc Add more types and APIs for attr_container (#1841) 2023-01-09 21:05:30 +08:00
attr_container.c Add more types and APIs for attr_container (#1841) 2023-01-09 21:05:30 +08:00
native_interface.cmake Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00
native_interface.h Apply clang-format for more source files (#795) 2021-10-21 13:58:34 +08:00
README.md Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00
restful_utils.c Apply clang-format for more source files (#795) 2021-10-21 13:58:34 +08:00

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.