You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fail to reproduce the result Segmentation fault (core dumped)
Could you please provide more details?
Which build of iwasm are you using? If it's built from source, which branch and commit are you on and your compilation combination?
What toolchain are you using to convert .wat files to .wasm?
Here are my steps:
Subject of the Issue
iwasm fails to handle
if
constructs with parameters, resulting in a segmentation fault during execution.Test Case
program.wasm.txt
Environment
iwasm --llvm-jit -f main ./program.wasm
Steps to Reproduce
Run the WebAssembly module, and observe the output:
Expected Behavior
The WebAssembly module should correctly handle the
if
construct with parameters and produce the expected output. For example:The text was updated successfully, but these errors were encountered: