dskrishna

Results 26 comments of dskrishna

![image](https://github.com/user-attachments/assets/fad0a096-f19c-4fb9-a560-6164a42ed7df) after running below command while doing make i am getting above error(PFA) cmake .. -DWAMR_BUILD_FAST_INTERP=0 -DWAMR_BUILD_EXCE_HANDLING=1 i have tried with cmake .. -DWAMR_BUILD_FAST_INTERP=0 -DWAMR_BUILD_EXCE_HANDLING=0 with this command iwasm is...

No i trust you thats why i am asking you to suggest me. yeah with latest one its working for exception flag. ``` admin1@admin1-VivoBook-ASUSLaptop-X515EA-P1511CEA:~/Documents/wasm-micro-runtime/product-mini/platforms/linux/build$ ./iwasm --version iwasm 2.1.1 admin1@admin1-VivoBook-ASUSLaptop-X515EA-P1511CEA:~/Documents/wasm-micro-runtime/product-mini/platforms/linux/build$ ./iwasm...

> have you enabled -DWAMR_BUILD_LIB_WASI_THREADS=1? > > > yeah i have enabled this flags and recompiled but still have same issue. ``` admin1@admin1-VivoBook-ASUSLaptop-X515EA-P1511CEA:~/Documents/wasm-micro-runtime/product-mini/platforms/linux/build$ ./iwasm /home/admin1/sysbench_main/src/sysbench WASM module load failed: invalid...

> ```shell > spacetanuki% iwasm sysbench > [16:34:23:509 - 1108F2600]: warning: failed to link import function (env, __wasm_longjmp) > [16:34:23:509 - 1108F2600]: warning: failed to link import function (env, saveSetjmp)...

Hmm , i can see those errors gimme some time to resolve these errors.

> you can install llvm-19 by yourself and use it with wasi-sdk. (as it's done in the micropython script shown above.) Hi, i would like install LLVM-19 May I get...