You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 something like:
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
unhandled SIGSEGV, si_addr: 0x21
Abandon (core dumped)
The text was updated successfully, but these errors were encountered:
Steps to reproduce
Unpack zip globals.zip
Build
iwasm
with the following command:./iwasm globals.wasm
Expected behavior
It should print something like:
Actual behavior
I get the following output:
The text was updated successfully, but these errors were encountered: