@hongminhee@hollo.social · Reply to 洪 民憙 (Hong Minhee) :nonbinary:
By the way, is Ruby still not offering prebuilt binary distributions for C extension packages? 🤔
By the way, is Ruby still not offering prebuilt binary distributions for C extension packages? 🤔
@hongminhee Some gems provide prebuilt binaries for Windows, known as fat gems, but there isn't an officially provided mechanism for binary packages. Here's a recent discussion on the topic: https://github.com/orgs/rubygems/discussions/8645
github.com
I published a post outlining some goals for improved precompiled gem support that has received some feedback. The high-level goal is to introduce support for something like python's "wheel", where ...