This might be a weird question but I wanted to throw it out there anyway to gather ideas: Is it possible/supported to build a klib manually without going the
cinterop
route to interpret headers? So manually writing (or generating) the necessary
@CCall
functions to call into a native library.
Is there a reason why I should not attempt this?