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
Generating wrappers for native functions would make them easier to use, and remove the calling convention from their type. Right now I believe there are a few things that are complicated by making these look different than rust functions (we can't use them across crates for one).
I know we've specifically removed the wrappers before, so I'm sure this requires further discussion.