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
raise WasmParseError instead of ValueError on func/code length mismatch
zip(function_section, code_section, strict=True) surfaced a bare
Python ValueError on mismatch, unlike every other malformed-input
path in the parser, which raises WasmParseError.
0 commit comments