It's possible to build a wasi-sdk linux distribution with fully static executables, so they work out of the box regardless of host system's glibc version. The fully static distribution can be provided as a -musl variant in addition to existing glibc-based variant.
I've been building and using fully static wasi-sdk in GHC's fork for some time and haven't encountered issues so far, so just asking if wasi-sdk maintainers find this a worthy idea, in that case I can contribute the pipeline to build it :)
It's possible to build a
wasi-sdklinux distribution with fully static executables, so they work out of the box regardless of host system's glibc version. The fully static distribution can be provided as a-muslvariant in addition to existing glibc-based variant.I've been building and using fully static
wasi-sdkin GHC's fork for some time and haven't encountered issues so far, so just asking ifwasi-sdkmaintainers find this a worthy idea, in that case I can contribute the pipeline to build it :)