SHE

Results 25 issues of SHE

### Summary I constructed a wasm binary with an exported function called "main". I used the following command and compared the outputs of WASMEDGE with other runtimes. The result of...

bug
good first issue
c-AOT
fuzz-different-behavior

### Summary I used the Interpreter and aot mode of different runtimes to run randomly generated wasm binaries, and the output from wasmedge was different from the others. [filea9117_10.zip](https://github.com/WasmEdge/WasmEdge/files/13556270/filea9117_10.zip) ###...

bug
c-AOT
fuzz-different-behavior

### Summary I generated a wasm code with an exported function called "main" and found that its behavior is different when using different runtimes. The wasm code is generated randomly,...

bug

### Summary I used the AOT mode of different runtimes to run randomly generated wasm binaries, and the output from WASMEDGE was different from the others. [filea3_7.zip](https://github.com/WasmEdge/WasmEdge/files/13510109/filea3_7.zip) ### Current State...

bug
platform-linux
c-AOT
fuzz-different-behavior

### Summary I used the AOT mode of different runtimes to run randomly generated wasm binaries, and the output from WASMEDGE was different from the others. [filea29176_1.zip](https://github.com/WasmEdge/WasmEdge/files/13486786/filea29176_1.zip) ### Current State...

bug
good first issue
c-AOT
fuzz-different-behavior

### Summary I randomly generated a wasm binary and tested it in AOT mode with different runtimes. I found that Wasmedge produced different error messages compared to other runtimes. Furthermore,...

bug
c-AOT

### Summary I use several runtimes to execute the same randomly generated WASM binary. Although they all report division by zero errors, the execution time of Wasmedge far exceeds that...

Improvement
c-Interpreter

### Summary The wasmerror (out of bounds memory access) not only does not throw an error, but also executes normally and produces a result. [filea21.zip](https://github.com/WasmEdge/WasmEdge/files/13275285/filea21.zip) It's difficult to shrink this...

bug
arch-x86_64
c-AOT

### Summary - [filea58.zip](https://github.com/WasmEdge/WasmEdge/files/13275366/filea58.zip) ### Current State ![image](https://github.com/WasmEdge/WasmEdge/assets/60457190/de91121d-9b57-4636-ba43-928dd91282fd) It can be observed that WasmEdge does not report errors, it may fall into an infinite loop. ```bash root@4252f5ec38df:/home/a# time wasmedge compile...

bug
platform-linux
arch-x86_64
c-AOT

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 [filea4199_8.zip](https://github.com/bytecodealliance/wasm-micro-runtime/files/13556867/filea4199_8.zip) ```bash ================================================== /a/filea4199_8.wasm -----------------wasmtime-----------------...