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
There is some linkage issue causing the uv API to not be exported from rustrt, and as a result we've accumulated a bunch of functions prefixed with rust_uv that do nothing but wrap them. Figure out how to make the uv API public and delete all these functions.