Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

musl support #414

Open
Sahnvour opened this issue Aug 27, 2024 · 5 comments
Open

musl support #414

Sahnvour opened this issue Aug 27, 2024 · 5 comments

Comments

@Sahnvour
Copy link

Trying to use the prebuilt releases on a musl-based distribution, such as Alpine Linux, gives

Error loading shared library ld-linux-x86-64.so.2: No such file or directory (needed by [...]/libwgpu_native.so)

I believe this is because the library expects glibc. Would it be feasible to provide builds that work on musl too?

@almarklein
Copy link
Collaborator

Yes, this makes sense! Let's get #405 merged first though.

@cwfitzgerald
Copy link
Member

Does musl support dynamically loaded libraries? We need that for vulkan support

@Sahnvour
Copy link
Author

Do you mean dlopen/dynamic linker? I guess so according to https://wiki.musl-libc.org/design-concepts

@almarklein
Copy link
Collaborator

@Sahnvour are you interested to write a PR that adds musl support?

@Sahnvour
Copy link
Author

Sahnvour commented Sep 2, 2024

Unfortunately that's not something I have the time and knowledge to undertake.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants