MetaCall's runtime introspection (metacall_inspect) requires loaded loaders and a live environment, leaving IDE tooling, CI pipelines, and Function...
Code Coverage and Memory Tracking Improvements for MetaCall Core
Nihal_Rodge_
MetaCall Core is a polyglot runtime written in C/C++ that enables seamless cross-language function calls. Like any large native codebase, it is...
Modernizing rs_loader: Migrating to Latest rustc Internals with HIR-based Extraction
Satvik Upadhyaya
This project aims to modernize MetaCall's rs_loader by migrating it to the latest rustc compiler internals. The current implementation relies on...
Extended platform and architecture support for Metacall
Yug105
MetaCall currently supports Linux (GCC), Windows (MSVC), and macOS but many platforms where developers want polyglot runtime support are missing.The...