wasm-micro-runtime/core/iwasm/common/gc
Wenyong Huang a6d390740f
Implement GC bytecode validation (#918)
Implement GC bytecode validation in loader stage, except for opcode
let and and func.bind. Pass the related spec cases.

And implement some GC object related APIs.

The source code may be not so elegant, we will optimize it in the future.
2022-02-15 11:24:25 +08:00
..
gc_object.c Implement GC bytecode validation (#918) 2022-02-15 11:24:25 +08:00
gc_object.h Implement GC bytecode validation (#918) 2022-02-15 11:24:25 +08:00
gc_type.c Implement GC bytecode validation (#918) 2022-02-15 11:24:25 +08:00
gc_type.h Implement GC bytecode validation (#918) 2022-02-15 11:24:25 +08:00
iwasm_gc.cmake Import basic codes of GC feature (#823) 2021-11-09 18:25:08 +08:00