bytecodealliance / bytecodealliance/wasmtime-dotnet
wasmtime-dotnet fails to run in Alpine os
Open
- Dominant language
- C#
- Stars
- 519
- Forks
- 67
- Avg merge
- 1h 7m
- Merged PRs (30d)
- 1
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.