> statically link libc into your program Well, if I have to use libc, I'd rather use my own implementation of the needed libc functions (where I can use `syscall` s directly). To elaborate, our end goal is to have a library that we can compile to multiple Linux distros, some embedded platforms, and maybe webassembly.
Is there a list of libc functions that Nim uses?