2026
6 projects
Function Mesh Implementation
FunctionMesh is a Kubernetes-native platform that automatically breaks a polyglot monolith apart into a distributed auto-scaled function mesh....
Improve MetaSSR
MetaSSR already delivers fast SSR and does well on the benchmarks, which is promising. But the dev mode, tests, and error handling still need...
Rust Multi-Language AST & Cross-Language Dependency Graph
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
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
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
MetaCall currently supports Linux (GCC), Windows (MSVC), and macOS but many platforms where developers want polyglot runtime support are missing.The...
