Foreign Function Interface (FFI)
← Back to Runtime Systems
A mechanism for calling functions written in one programming language from another. FFI enables interoperability between languages, commonly used to call C libraries from higher-level languages for performance-critical code or accessing system APIs.