shcl
shcl copied to clipboard
Static linking of libshclsupport
SHCL depends on a small C library named libshclsupport. SHCL loads it with cffi
. That's annoying. It would be way cooler if SHCL didn't depend on a special purpose shared library. Distributing SHCL is going to be awkward as long as SHCL needs a support library.
Supposedly, static linking is a thing, now. Maybe that's a viable option?