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: Avoid generating ref.as_non_null in more places (#7870)
1. Rather than assert against this, allow it. We cannot prevent a situation
where some nested struct.new in a global init ends up with a tricky
field. Instead, we note the issue later, and recreate the global init.
2. That recreation logic had an ordering bug: First handle tuples, and
then also handle ref.as_non_null, as we may end up creating one
right there.
0 commit comments