Skip to content
#

foreign-function-interface

Here are 29 public repositories matching this topic...

A modern, JIT-powered, and dependency-free Foreign Function Interface (FFI) library and type introspection engine for C. Dynamically call native functions and create secure callbacks using simple, human-readable signatures. Ideal for language bindings, plugins, and dynamic library interactions.

  • Updated Sep 6, 2026
  • C

High-performance cryptographic security core written in Rust. Exposes native AES-256-GCM encryption via FFI and WebAssembly for seamless, memory-safe integration across Next.js, Python, C++, and Node.js.

  • Updated Sep 12, 2026
  • Rust

Python offers a rich set of APIs that make it possible to build wrappers for foreign functions written in another language (such as C/C++) and compiled into shared libraries. This article introduces some basic techniques that will allow you to start using shared libraries in your projects.

  • Updated Dec 23, 2020
  • Jupyter Notebook

Add this topic to your repo

To associate your repository with the foreign-function-interface topic, visit your repo's landing page and select "manage topics."

Learn more