This article's use of external links may not follow Wikipedia's policies or guidelines. (August 2016) |
A foreign function interface (FFI) is a mechanism by which a program written in one programming language can call routines or make use of services written or compiled in another one. An FFI is often used in contexts where calls are made into a binary dynamic-link library.