SHE

Results 25 issues of SHE

I used the AOT mode of different runtimes to run randomly generated wasm binaries, and the output from wamr and wasmedge are different from the others. [filea5770.zip](https://github.com/bytecodealliance/wasm-micro-runtime/files/13487790/filea5770.zip) ## wamr and...

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. [filea22861_5.zip](https://github.com/bytecodealliance/wasm-micro-runtime/files/13547891/filea22861_5.zip) ![image](https://github.com/bytecodealliance/wasm-micro-runtime/assets/60457190/0b881675-d55d-4230-9549-90091d2a841f) This binary only...

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. [filea3891_2.zip](https://github.com/bytecodealliance/wasm-micro-runtime/files/13536005/filea3891_2.zip) ![image](https://github.com/bytecodealliance/wasm-micro-runtime/assets/60457190/8c8bb22e-f18d-41b3-90fd-09352542d312) ```bash root@4252f5ec38df:/home/sxy/exp/1122/non_simd_1122# wamrc...

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](https://github.com/bytecodealliance/wasm-micro-runtime/files/13547897/filea7995_6.zip) ![image](https://github.com/bytecodealliance/wasm-micro-runtime/assets/60457190/e78da266-6cdb-443c-9137-d08307da77d8) I instrumented the...

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. [filea1461_4.zip](https://github.com/bytecodealliance/wasm-micro-runtime/files/13533925/filea1461_4.zip) ![image](https://github.com/bytecodealliance/wasm-micro-runtime/assets/60457190/3d946bb0-6d88-4b37-b1ae-817642069861) ```bash root@4252f5ec38df:/a# wamrc...

I used the AOT mode of different runtimes to run randomly generated wasm binaries, and the output from wamr and wasmedge are different from the others, and many binaries have...

I used the AOT mode of different runtimes to run randomly generated wasm binaries, and the output from WAMR was different from the others. [filea262_9.zip](https://github.com/bytecodealliance/wasm-micro-runtime/files/13486683/filea262_9.zip) WAMR used a commit from...

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

I hope to use `past_key_values` for inferring longer texts, but even though I have set `use_cache=True`, I still cannot find it in the `generated_tokens`'s attributes. ```python generated_tokens = model.generate( **model_input,...

The clang is from wasi-sdk ```bash clang -c f.c -o f.wasm ``` ![image](https://github.com/FuzzingLabs/octopus/assets/60457190/8860ec5b-cf57-4602-b28e-12e3794e8409)