wasm-micro-runtime/core/app-mgr/app-manager
Wenyong Huang 16a4d71b34
Implement GC (Garbage Collection) feature for interpreter, AOT and LLVM-JIT (#3125)
Implement the GC (Garbage Collection) feature for interpreter mode,
AOT mode and LLVM-JIT mode, and support most features of the latest
spec proposal, and also enable the stringref feature.

Use `cmake -DWAMR_BUILD_GC=1/0` to enable/disable the feature,
and `wamrc --enable-gc` to generate the AOT file with GC supported.

And update the AOT file version from 2 to 3 since there are many AOT
ABI breaks, including the changes of AOT file format, the changes of
AOT module/memory instance layouts, the AOT runtime APIs for the
AOT code to invoke and so on.
2024-02-06 20:47:11 +08:00
..
platform Corrects Zephyr include files for current versions of Zephyr (#2881) 2023-12-08 17:16:16 +08:00
app_manager_host.c Fix app manager/framework issues reported by Coverity (#1155) 2022-05-07 15:43:34 +08:00
app_manager_host.h Apply clang-format for more source files (#795) 2021-10-21 13:58:34 +08:00
app_manager.c Enhance app manager (#1011) 2022-02-17 15:04:52 +08:00
app_manager.h Apply clang-format for more source files (#795) 2021-10-21 13:58:34 +08:00
app_mgr.cmake Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00
ble_msg.c Apply clang-format for more source files (#795) 2021-10-21 13:58:34 +08:00
coding_rule.txt Import app manager, samples and test-tools 2019-05-17 17:15:25 +08:00
event.c Apply clang-format for more source files (#795) 2021-10-21 13:58:34 +08:00
event.h Apply clang-format for more source files (#795) 2021-10-21 13:58:34 +08:00
message.c Apply clang-format for more source files (#795) 2021-10-21 13:58:34 +08:00
module_config.h Relicense to Apache-2.0 with the LLVM-exception (#137) 2019-11-12 07:45:21 +08:00
module_jeff.c Apply clang-format for more source files (#795) 2021-10-21 13:58:34 +08:00
module_jeff.h Relicense to Apache-2.0 with the LLVM-exception (#137) 2019-11-12 07:45:21 +08:00
module_utils.c Apply clang-format for more source files (#795) 2021-10-21 13:58:34 +08:00
module_wasm_app.c Implement GC (Garbage Collection) feature for interpreter, AOT and LLVM-JIT (#3125) 2024-02-06 20:47:11 +08:00
module_wasm_app.h Apply clang-format for more source files (#795) 2021-10-21 13:58:34 +08:00
module_wasm_lib.c Apply clang-format for more source files (#795) 2021-10-21 13:58:34 +08:00
module_wasm_lib.h Relicense to Apache-2.0 with the LLVM-exception (#137) 2019-11-12 07:45:21 +08:00
resource_reg.c Apply clang-format for more source files (#795) 2021-10-21 13:58:34 +08:00
watchdog.c Apply clang-format for more source files (#795) 2021-10-21 13:58:34 +08:00
watchdog.h Apply clang-format for more source files (#795) 2021-10-21 13:58:34 +08:00