Closed subhakr closed 4 months ago
The iwasm
runtime is from WARM from the Bytecode Alliance but this is the Wasmi repository with its wasmi
VM which is entirely unrelated to iwasm
.
WAMR: https://github.com/bytecodealliance/wasm-micro-runtime
Please tell me if this assessment was correct and we can close this issue or if you actually use Wasmi (this repo).
The
iwasm
runtime is from WARM from the Bytecode Alliance but this is the Wasmi repository with itswasmi
VM which is entirely unrelated toiwasm
.WAMR: https://github.com/bytecodealliance/wasm-micro-runtime
Please tell me if this assessment was correct and we can close this issue or if you actually use Wasmi (this repo).
THANKS for your valuable info. and sorry for misunderstood. yeah we close thsi issue.
Hi, here i am trying integrate wasm with sysbench benchmark profiling tool. i have compiled this sysbench with wasi-sdk 23 version. after compiling i am trying to run with iwasm runtime.
i am getting like this and my executable name is sysbench.
and this is my makefile which is realted to wasm
Please check the makefile and suggest me to solve this issue. Thanks in advance.**