Alpine Linux uses musl libc, while the current NuGet package seems to only include native assets for linux-x64 (which targets glibc). When the application attempts to load libwasmtime.so, it fails with a DllNotFoundException or a load error because the glibc dependency is missing in the Alpine environment.