mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-07-16 17:28:31 +00:00
![]() 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. |
||
---|---|---|
.. | ||
gc_object.c | ||
gc_object.h | ||
gc_type.c | ||
gc_type.h | ||
iwasm_gc.cmake |