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
In order to resolve use-ink/ink#364 we should add a pass that removes the imported function and replaces all call sides by an unreachable instruction. This is OK because we assume that the intention of calling this function is to panic anyways.
It might prevent unwinding in cases that is enabled. However, we don't support unwinding anyways so it does not matter.
The text was updated successfully, but these errors were encountered:
In order to resolve use-ink/ink#364 we should add a pass that removes the imported function and replaces all call sides by an
unreachable
instruction. This is OK because we assume that the intention of calling this function is to panic anyways.It might prevent unwinding in cases that is enabled. However, we don't support unwinding anyways so it does not matter.
The text was updated successfully, but these errors were encountered: