prathmesh703
prathmesh703
@CaptainVincent I have reproduced the issue. I'm new to this, can't we add a null spdlog check in the wasi_logging plugin ?
Thanks for the clarification. I'll try to resolve this issue , any initial guidance can be very much helpful.
@Keavon is this issue resolved ? because in both browser it is showing same behavior. On clicking Esc/RMB the dragging layers are being rearranged to their original position
@hydai [program.wasm.txt](https://github.com/user-attachments/files/18360735/program.wasm.txt) will it show any output like `No validation error is produced. ` ? for me it is showing as following ``` prathmesh@LAPTOP-NPVRNCMA:/mnt/c/users/prathmesh kolpe/downloads$ wasmedge run --enable-all program.wasm [2025-05-26...
@hydai module.cpp already contains the section order validation but I think its not triggering. I tried to fix the section order validation in loadModuleInBound() in lib/loader/module.cpp. However, the debug statements...