Slide 5
Slide 5 text
ABI VS API / OUT OF LINE VS INLINE
ABI VS API / OUT OF LINE VS INLINE
API - think more traditional module
API mode is significantly safer
Does require compiling the actual module
API's are not safe from surprise changes either, but a build
failure is usually easier to fix than hard to reproduce
crashes.
“API + in-line” exists, but is deprecated (ffi.verify).
Interfacing with C using CFFI
5 of 12