Search CTRL + K

Foreign Function Interface

FFI(Foreign Function Interface)是让一种编程语言调用另一种编程语言的机制,通常是调用动态链接库。

Wikipedia

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.[1]


  1. https://en.wikipedia.org/wiki/Foreign_function_interface ↩︎