|
|
|
|
|
by ploxiln
2212 days ago
|
|
Check out Zig: in less than 50 MB, it supports cross-compiling on any major os/arch for any other major os/arch, and it compiles most plain C code, and it includes libc headers for linux/mac/windows. https://ziglang.org/download/
https://ziglang.org/#Cross-compiling-is-a-first-class-use-ca... 50 million bytes is really a lot of bytes, it's just that everyone has become accustomed to orders-of-magnitude bloat, and doesn't realize the 100x duplication and inefficiency which sneaks into just about every part of computing where it can get away with it. |
|