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
For JRuby.x we want to make native extensions work well against a stable API. Our current native extension API is not bad, but it hits our internals too much and the risk of breaking is too large with a major release. Additionally, a stable isolated API will also provide a better way to document how to make native extensions.