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
This commit updates the Cranelift-generated loop for `array.new_default`
to contain fuel/epoch checks. This ensures that large arrays have an
opportunity to context-switch away or otherwise interrupt the program to
prevent excessively long-running executions.
cc bytecodealliance#11427 (does not solve it though)
0 commit comments