Ruby support #1

Open
jaroslaw wants to merge 165 commits from ruby into main
Showing only changes of commit fd03186d73 - Show all commits

View file

@ -510,6 +510,7 @@ impl<R: Runtime> Default for Callbacks<R> {
} }
} }
#[cfg(debug_assertions)]
pub extern "C" fn is_rdynamic_linking() -> bool { pub extern "C" fn is_rdynamic_linking() -> bool {
unsafe { unsafe {
// Get a function pointer to itself // Get a function pointer to itself