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
WasmEdge fails to correctly handle table.init when attempting out-of-bounds table access, resulting in unexpected behavior or a failure to throw the expected exception.
Subject of the issue
WasmEdge fails to correctly handle table.init when attempting out-of-bounds table access, resulting in unexpected behavior or a failure to throw the expected exception.
Test case
Your environment
Expected behavior
The WebAssembly runtime should detect the out-of-bounds table access during table.init and report the error. A valid error message should look like:
The text was updated successfully, but these errors were encountered: