wizard-engine icon indicating copy to clipboard operation
wizard-engine copied to clipboard

No output when running wasm module with wizeng.x86-64-linux

Open akldc opened this issue 1 month ago • 1 comments

Why do I get no output when executing the following command——am I doing something wrong here?

./wizeng.x86-64-linux --print-result=true ../test/wizeng/add.wasm

akldc avatar Dec 11 '25 13:12 akldc

Looks like --print-result isn't printing. The code was moved a little; I made a PR to fix it.

If you run the above with some of the trace options (e.g. -ti) you should see output.

titzer avatar Dec 11 '25 14:12 titzer