Closed
Description
Build commands
I compile the code with commit id aaf671d.
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_REF_TYPES=1 -DWAMR_BUILD_AOT=0 -DCMAKE_BUILD_TYPE=Debug -DWAMR_BUILD_FAST_INTERP=1 -Bbuild
cd build
make -j40
execute:
iwasm --heap-size=0 -f to_test <tc_name>
test case:
Actual behavior:
An exception:
WASM module load failed: undeclared function reference
Expected behavior:
The test case is executable
Metadata
Metadata
Assignees
Labels
No labels
Activity