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
Currently external declaration is a struct with a fixed size byte array, while the internal struct has a separate declaration only visible to internals (with a byte size smaller than the external definition). This works but causes application call sites to reserve more stack than necessary for the suspend state.
The text was updated successfully, but these errors were encountered:
Currently external declaration is a struct with a fixed size byte array, while the internal struct has a separate declaration only visible to internals (with a byte size smaller than the external definition). This works but causes application call sites to reserve more stack than necessary for the suspend state.
The text was updated successfully, but these errors were encountered: