the main reason I'm avoiding building multiple binary releases (which has the same developer experience as fat binaries) for yowasp is that cross-compiling C still feels like pulling teeth. clang can probably target your architecture but you need the glibc headers at least
`zig cc` does also provide that, so it'd be really interesting if you could modify it to build fat binaries. i think yowasp predates it, so wasm was the only option at the time that fit my constraints