gaaraw
gaaraw
### Summary Hello, I noticed that the `wasmedge JIT` mode shows a significant performance drop when executing the `call_indirect` instruction, while the JIT modes of other runtime tools perform well....
### Summary The same wasm program throws a difference in behavior between different runtime tools: whether to output `out of bounds` exceptions. ### Current State `Wasmedge` does not produce any...
### Describe the bug Hello, when executing `i32.load` and `i32.store` in a loop, and both operate on the same target address, I have observed a performance drop in **Wasmer (Cranelift...
### Phenomenon description Hello, when I use the `wasm-reduce` tool to shorten the wasm program, there is an abnormal timeout. The command in `--command` exits normally when executed separately in...
### Subject of the issue Hello, I noticed that the **WAMR Fast JIT** mode has poor performance when executing the instruction `f32.max`. The specific time data is as follows: |...
### Subject of the issue Hello, when executing `i32.load` and `i32.store` in a loop, and both operate on the same target address, I have observed a performance drop in **Wasmer...
### Subject of the issue Hello, when executing the same wasm program in the terminal, `LLVM_JIT` mode produces different results than other modes or runtime tools. The details are as...