### Steps to reproduce 1. Unpack zip [globals.zip](https://github.com/user-attachments/files/18892034/globals.zip) 2. Build `iwasm` with the following command: ``` cmake .. -DWAMR_BUILD_GC=1 -DWAMR_BUILD_EXCE_HANDLING=1 -DWAMR_BUILD_TAIL_CALL=1 && make ``` 3. Run `./iwasm globals.wasm` ### Expected behavior It should print these three lines: ``` line 1 line 2 line 3 ``` ### Actual behavior I get the following output: ``` WASM module instantiate failed: array as a field in struct object is not supported in constant init expr ```