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
iwasm fails to validate the function signature in call_indirect, potentially causing a segmentation fault at runtime. This violates the WebAssembly specification, which mandates signature checking for indirect calls.