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

Arm64 compatible build #24

Open
Apprisco opened this issue Jan 8, 2022 · 7 comments
Open

Arm64 compatible build #24

Apprisco opened this issue Jan 8, 2022 · 7 comments

Comments

@Apprisco
Copy link

Apprisco commented Jan 8, 2022

Could we get an ARM64 compatible build eventually?

@gotson
Copy link

gotson commented Mar 12, 2022

For which OS?

If you're looking for Linux, it's available in my fork #6 (comment)

@SamStephens
Copy link

Also for Apple M1 silicon.

@gotson
Copy link

gotson commented Jun 14, 2022

You may be interested in https://github.com/gotson/NightMonkeys then 😉

@SamStephens
Copy link

SamStephens commented Jun 14, 2022

Cool project, thanks for sharing it. Unfortunately it's not suitable for my purposes because I'm targeting AWS Lambda, and therefore: the most recent runtime they support is Java 11; I cannot install native packages.

EDIT: in response to the confusion emoji. With Lambda, I can upload a Docker image containing anything I like. But Lambda provides prepackaged runtimes that simplify the development process, as I can ignore the operating system and execution environment and let AWS manage that, only having to worry about the application layer. However there are limitations inherent in that. I don't control the execution environment (this is a strength, because I don't have to expend effort managing it, but also a weakness, because I cannot install packages in it), and I can only use language versions that Lambda provides runtimes for.

In my case, I don't want to give up the simplicity of using the Java execution environment AWS provide. The only problem I'm trying to solve is issues executing unit tests involving this library on my colleagues M1 Macs, and I can solve that in other ways.

@davidekholm
Copy link

I'm also interested in support for Apple's M1 architecture. I can't use the Nightmonkey's library as it doesn't write WebP.

@gotson
Copy link

gotson commented Aug 26, 2022

You may want to check this out gotson#1

@mcpierce
Copy link

mcpierce commented Jan 8, 2023

I'm also interested in support for Apple's M1 architecture. I can't use the Nightmonkey's library as it doesn't write WebP.

Same here, but for a different project.

joostoudeman pushed a commit to joostoudeman/webp-imageio that referenced this issue Jun 16, 2023
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

5 participants