wasm-micro-runtime/core/iwasm
liang.he@intel.com 797a442ed1 Enhance build configuration to support optional gc
There will be two sets of binaries for iwasm and wamrc.
One set without a suffix indicates there is no GC support.
Another set with the suffixes "-gc" and "-gc-eh" includes GC support.
Users cannot disable GC through command line options; they need to
choose the appropriate set to use.
2025-08-31 08:33:04 +00:00
..
aot Add Android macro check for indirect mode 2025-08-20 13:13:56 +01:00
common Merge dev/zephyr_file_socket into main (#4347) 2025-08-25 16:55:23 +08:00
compilation Enhance build configuration to support optional gc 2025-08-31 08:33:04 +00:00
doc Fix some more spelling issues (#3393) 2024-05-08 09:30:29 +08:00
fast-jit Support extended constant expressions (#4432) 2025-07-07 13:34:02 +08:00
include introduce wasm_runtime_instantiate_ex2 (#4444) 2025-07-14 13:06:23 +08:00
interpreter add bounds checking to prevent ref_type_map_count (#4548) 2025-08-13 08:17:42 +08:00
libraries fix: cast file descriptor to size_t for comparison in fd_prestats functions (#4582) 2025-08-27 07:15:08 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00