SHE
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...
### 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) ###...
The implementation of instruction 'f64x2.mul', 'f64x2.add', 'f32x4.mul', 'f32x4.add' may have bugs
### 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,...
### 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...
### 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...
### 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,...
### 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...
### 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...
### Summary - [filea58.zip](https://github.com/WasmEdge/WasmEdge/files/13275366/filea58.zip) ### Current State  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...
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-----------------...