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
The feature transformStrings of the new plugin is interesting but I see a few problems with it.
Which high-level language actually supports returning two i32 values indicating the pointer and length of a string returned in memory?
How would you distinguish this pattern from other uses? E.g., in my code I return byte arrays and not strings in a similar way. In a real program there could also be a mixture of such uses. I don't see how these cases could be distinguished from each other without further configuration options.