Open
Description
Steps to reproduce
-
Unpack zip globals.zip
-
Build
iwasm
with the following command:
cmake .. -DWAMR_BUILD_GC=1 -DWAMR_BUILD_EXCE_HANDLING=1 -DWAMR_BUILD_TAIL_CALL=1 && make
- 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
Metadata
Metadata
Assignees
Labels
No labels