wasm-micro-runtime icon indicating copy to clipboard operation
wasm-micro-runtime copied to clipboard

Different output number when running a same binary

Open XinyuShe opened this issue 2 years ago • 1 comments

I used the AOT mode of different runtimes to run randomly generated wasm binaries, and the output number from WAMR was different from the others.

filea7995_6.zip

image I instrumented the binary and found an inconsistency in the stack value of the memory.grow instruction. image

XinyuShe avatar Dec 04 '23 14:12 XinyuShe

Hi, this should be due to the same reason as https://github.com/bytecodealliance/wasm-micro-runtime/issues/2847. I will test it again once the modifications for https://github.com/bytecodealliance/wasm-micro-runtime/issues/2847 are made.

TianlongLiang avatar Dec 05 '23 08:12 TianlongLiang