Description
Adds 32-bit libffi support for calling functions across language or ABI boundaries. It is useful for scripting runtimes, plugin systems, and compatibility applications that need dynamic native calls.
Foreign function calls are powerful and can crash or corrupt memory if signatures are wrong. Safety depends on the runtime and application using libffi correctly.