You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used the interpreter mode of different runtimes to run randomly generated wasm binaries, and the output from wamr is different from the other runtimes. 3605.zip
iwasm --heap-size=0 -f 4 3605.wasm 1
-----------------wamr-----------------
WASM module load failed: type mismatch: br_table targets must all use same result type
-----------------wasmedge-----------------
[2023-11-22 22:19:18.333] [error] execution failed: out of bounds memory access, Code: 0x88
[2023-11-22 22:19:18.333] [error] Accessing offset from: 0xb1a6c5f6 to: 0xb1a6c5f7 , Out of boundary: 0x000fffff
[2023-11-22 22:19:18.333] [error] In instruction: i64.load16_s (0x32) , Bytecode offset: 0x00000f7e
[2023-11-22 22:19:18.333] [error] When executing function name: "4"
The text was updated successfully, but these errors were encountered:
I used the interpreter mode of different runtimes to run randomly generated wasm binaries, and the output from wamr is different from the other runtimes.
3605.zip
The text was updated successfully, but these errors were encountered: