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
[Fuzzer] Do not make local.get without function context (#7813)
The fuzzer tries to finish quickly by falling back to creating
local.gets or constants after it reaches the end of its random input.
The former option should only be used inside a funtion context, though.
0 commit comments