hungryzzz
hungryzzz
### Subject of the issue I run the following wasm code in WAMR, and got `Exception: out of bounds memory access` in LLVM-JIT mode, but run successfully in Fast-JIT mode...
### Test Cases [cases.zip](https://github.com/bytecodealliance/wasmtime/files/15237560/cases.zip) ### Steps to Reproduce Hi, I run the attached two cases(`good.wasm`&`bad.wasm`) in `Wasmtime`, `WasmEdge(AOT)` and `Wamr(AOT)`, and collect their execution time respectively (measured by `time` tool)....
Hi, I found that when I use `WasmBinaryReader` to parse a type-mismatched `wasm` file, it would not raise error messages. So I just wonder could I do the type evaluation...
### Test Cases [cases.zip](https://github.com/bytecodealliance/wasmtime/files/15321821/cases.zip) ### Steps to Reproduce Hi, I run the attached two cases(`good.wasm`&`bad.wasm`) in `Wasmtime` and `WasmEdge`(AOT), and collect their execution time respectively (measured by time tool). ```shell...
The current default 16-bytes function alignment for x86-64 would cause suboptimal execution performance under some cases which are reported in https://github.com/bytecodealliance/wasmtime/issues/8573. Based on the discussion "the CPU frontend grabs an...
### Test Cases [cases.zip](https://github.com/bytecodealliance/wasmtime/files/15354072/cases.zip) ### Steps to Reproduce Hi, I run the attached two cases(`good.wasm`&`bad.wasm`) in `Wasmtime` and `WasmEdge`(AOT), and collect their execution time respectively (measured by `time` tool). ```bash...
### Test Cases [cases.zip](https://github.com/bytecodealliance/wasmtime/files/15487475/cases.zip) ### Steps to Reproduce Hi, I run the attached two cases(`good.wasm`&`bad.wasm`) in `Wasmtime` and `WasmEdge`(AOT), and collect their execution time respectively (measured by `time` tool). ```bash...
### Summary ### Test Cases [cases.zip](https://github.com/user-attachments/files/15752655/cases.zip) ### Steps to Reproduce Hi, I run the attached two cases(`good.wasm`&`bad.wasm`) in `WasmEdge`(AOT), `Wasmtime`, `Wasmer` and `WAMR`(AOT), and collect their execution time respectively (measured...
## Description Hi, I run the following case in different Wasm runtimes(after being compiled by Emscripten), and I find some performance differences between wasmedge and other 3 runtimes. ```c //...
## Description Hi, I run the following case in different Wasm runtimes(after being compiled by `Emscripten`), and I find some performance differences between `wasmedge` and other 3 runtimes. ```cpp //...