-
Notifications
You must be signed in to change notification settings - Fork 2
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
aarch64-linux-gnu support #3
Labels
enhancement
New feature or request
Comments
Sorry but we do not currently support linux on aarch64. |
Why does https://github.com/michal-z/webgpu_dawn-aarch64-linux-gnu exist but contain libdawn.a full of x86_64 .o files?
|
I guess it was a mistake. I don't think anyone has actually used it. I completely overlooked what looks like some effort to support aarch64_linux_gnu. Maybe it will just work if we compile a binary for aarch64 and put it there. |
hazeycode
changed the title
Can't use zgpu on aarch64-linux-gnu
aarch64-linux-gnu support
Nov 5, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reproduction: On an aarch64-linux-gnu machine, clone zig-gamedev and run
zig build gui_test_wgpu
, or on another machine runzig build gui_test_wgpu -Dtarget=aarch64-linux-gnu
Some of the errors, when building for native target (
zig build gui_test_wgpu
)Alternatively, when building with
zig build gui_test_wgpu -Dtarget=aarch64-linux-gnu
I'm not sure what target the archive was built for, but it doesn't seem to be aarch64-linux-gnu
The text was updated successfully, but these errors were encountered: