wasm-micro-runtime/core/iwasm/common/gc
Wenyong Huang 96d91259e4
Implement loading ref type of global/table and fix some issues (#840)
Implement loading ref type of global and table
Add macro controls of ENABLE_GC/ENABLE_REF_TYPES to explicitly distinguish
the code piece's belonging, to GC, to REF_TYPEs for to both.
Change ref_type field of ArrayType to pointer to save memory.
Fix bug of is_subtype_of check of ref types.
2021-11-23 12:38:00 +08:00
..
gc_object.c Import basic codes of GC feature (#823) 2021-11-09 18:25:08 +08:00
gc_object.h Import basic codes of GC feature (#823) 2021-11-09 18:25:08 +08:00
gc_type.c Implement loading ref type of global/table and fix some issues (#840) 2021-11-23 12:38:00 +08:00
gc_type.h Import basic codes of GC feature (#823) 2021-11-09 18:25:08 +08:00
iwasm_gc.cmake Import basic codes of GC feature (#823) 2021-11-09 18:25:08 +08:00