Change `wasm_obj_t *gc_obj` to `wasm_obj_t gc_obj`
@@ -73,7 +73,7 @@ typedef union WASMValue {
float f32;
double f64;
V128 v128;
- wasm_obj_t *gc_obj;
+ wasm_obj_t gc_obj;
uint32_t type_index;
struct {
@@ -177,7 +177,7 @@ typedef union WASMValue {
float64 f64;
#if WASM_ENABLE_GC != 0
uint32 type_index;