RubyInline version 3.13.0 has been released!
Published 2023-01-31 @ 19:38
Inline allows you to write foreign code within your ruby code. It automatically determines if the code in question has changed and builds it only when necessary. The extensions are then automatically loaded into the class/module that defines it.
You can even write extra builders that will allow you to write inlined code in any language. Use Inline::C as a template and look at Module#inline for the required API.
Changes:
3.13.0 / 2023-01-31
-
1 minor enhancement:
- Error out if current ruby isn’t configured for ENABLE_SHARED.
-
1 bug fix:
- Clean up examples. C++ warns about ANYARGS deprecation. Gonna have to sit with it for now.
- rdoc: http://docs.seattlerb.org/RubyInline/
- home: http://www.zenspider.com/ZSS/Products/RubyInline/
- code: https://github.com/seattlerb/rubyinline