Maybe because C is the lingua-franca of programming?
🌶️ 2
j
Johann Pardanaud
11/08/2022, 2:15 PM
binaries
generates some executables, but since you want to reuse the binary in another app (Ruby on Rails) you want to generate a library, your options are to generate a JS library, a WASM one, or a C one. I know nothing about Ruby but here your best options seems to be a C library.