-
Notifications
You must be signed in to change notification settings - Fork 738
Closed
Description
I compile the code with commit id 7593668.
Platform: Ubuntu 20.04
CPU: amd64
compile:
export CC=/usr/bin/clang-14
export CXX=/usr/bin/clang++-14
cd product-mini/platforms/linux/;rm -rf build
cmake -DWAMR_BUILD_INTERP=1 -DWAMR_BUILD_AOT=0 -DCMAKE_BUILD_TYPE=Debug -DWAMR_BUILD_FAST_INTERP=0 -Bbuild
cd build
make -j40execute:
iwasm --heap-size=0 -f _start cp907_b2.wasmExpected behavior:
It seems that there will be an exception indicating "unexpected data at the end of section".
Actual behavior:
On the code with commit id 7593668, iwasm output:
0xd9cdb5a312ab0669:i64
Thank you.
Metadata
Metadata
Assignees
Labels
No labels