dskrishna
dskrishna
Hi, @TianlongLiang Is there any info about above issues. thanks in Advance.
Sorry for late reply, I will look into it once then i will tell you clearly, how i have integrated. thank you in advance.
After doing like that, still i am facing the same issue. like below ``` admin1@admin1-VivoBook-ASUSLaptop-X515EA-P1511CEA:~/sysbench_main$ ls aclocal.m4 autom4te.cache a.worker.js config config.status configure~ COPYING Dockerfile install-sh m4 Makefile.am missing package.json README.md...
Okay thanks for your support. Only concern is when i am providing path its not working.
Yep, I got it now. Thank you so much.
> i guess you need to enable at least: -DWAMR_BUILD_LIB_WASI_THREADS=1 -DWAMR_BUILD_LIBC_WASI=1 ``` make CFLAGS="-O3 -funroll-loops --sysroot=/home/admin1/Downloads/wasi-sdk-23.0-x86_64-linux/share/wasi-sysroot -pthread -fexceptions -D_WASI_EMULATED_PROCESS_CLOCKS -DWAMR_BUILD_LIB_WASI_THREADS=1 -DWAMR_BUILD_LIBC_WASI=1 -matomics -mbulk-memory" LDFLAGS="--sysroot=/home/admin1/Downloads/wasi-sdk-23.0-x86_64-linux/share/wasi-sysroot \ -pthread -fexceptions -Wl,--max-memory=1769472 -z stack-size=32768...
> "-DWAMR_BUILD_LIB_WASI_THREADS=1 -DWAMR_BUILD_LIBC_WASI=1" are build options for wamr.   and i am compiling with wasi-sdk23 version from initial stage i have enabled those two flags. any...
> can you share your wasm module? [iwasm.zip](https://github.com/user-attachments/files/16456178/iwasm.zip)
> i meant src/sysbench. yeah sure.. [sysbench.zip](https://github.com/user-attachments/files/16456412/sysbench.zip)
> > > i meant src/sysbench. > > > > > > yeah sure.. > > [sysbench.zip](https://github.com/user-attachments/files/16456412/sysbench.zip) > > as this module seems using exception-handling, you need iwasm built with:...