wasm-micro-runtime/test-tools
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
..
addr2line Implement GC (Garbage Collection) feature for interpreter, AOT and LLVM-JIT (#3125) 2024-02-06 20:47:11 +08:00
append-aot-to-wasm Append .aot to .wasm as a custom section named "aot" (#2933) 2024-01-02 10:30:41 +08:00
binarydump-tool Enhance cmake makefiles (#1390) 2022-08-18 16:27:01 +08:00
component-test Fix syntax errors and undefined names in Python code (#1515) 2022-09-27 15:57:08 +08:00
host-tool Upgrade cJSON version to v1.7.16 (#2404) 2023-07-31 18:14:50 +08:00
IoT-APP-Store-Demo Add more types and APIs for attr_container (#1841) 2023-01-09 21:05:30 +08:00
pick-up-emscripten-headers Upgrade toolkits (#1878) 2023-02-02 09:42:25 +08:00
trans-jitted-func-name Fix a bug that appends '_precheck' to aot_func (#2936) 2023-12-28 22:38:12 +08:00
wamr-ide wamr-ide: Add vscode extension tests (#2292) 2023-06-20 15:33:01 +08:00
.gitignore Implement SIMD latest opcodes and update LLVM to 13.0 (#758) 2021-09-17 19:12:57 +08:00