FFI: Foreign Function Interfaces for Fun & Industry
An FFI wrapper is much easier to write and maintain than a C extension, more portable across platforms and languages, and easier for users to install. Here’s when and how to use one.
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
An FFI wrapper is much easier to write and maintain than a C extension, more portable across platforms and languages, and easier for users to install. Here’s when and how to use one.
Post a comment