2 repos
Mechanisms that enable high-performance interoperability by binding application code to native libraries written in languages like C or C++.
Explore 2 awesome GitHub repositories matching operating systems & systems programming · Foreign Function Interfaces. Refine with filters or upvote what's useful.
This project is a multi-platform UI framework designed for building applications that target mobile, web, and desktop environments from a single codebase. It utilizes a declarative paradigm where the user interface is defined as a function of application state, supported by a layered architecture that includes a high-p
Bun is a high-performance runtime environment designed to execute JavaScript and TypeScript applications with minimal latency and high throughput. Built on a native core implemented in Zig, it provides a unified execution engine that leverages JavaScriptCore for efficient memory management and low-latency startup. The