Closed 99hansling closed 2 years ago
Please refer to #57, the heap_bo_l1.wasm
cannot be analyzed correctly as the external function dlfree
.
Maybe invoking runtime, e.g., WASI, to dynamically execute this function in the future, instead of statically emulate it.
Describe the bug In implement engine on heap_bo_l1.wasm, an AssertionError occurred. Here is Traceback information:
To Reproduce Steps to reproduce the behavior: 1.Use the command
/usr/bin/python3 test.py e
, you'll get the AssertionError under test.py context 2.Also you can reproduce the behavior by directly execute the command/usr/bin/python3 eunomia_entry -f ./Wasm-samples/c_samples.nosync/emcc/heap_bo_l1.wasm -s --onlyfunc main --need_mapper
Expected behavior The AssertionError will be resolved for good.
Additional context Just under python environment of the requirements with Ubuntu 20.09 LTS.