Windows ARM prebuilt binaries
thezealousfool opened this issue · 1 comments
thezealousfool commented
Since Windows ARM seems to be taking off (for now), can we add pre-built binaries for windows-aarch64?
almarklein commented
That would be great! But I'm a bit low on time and have no means to test it. A PR would be very welcome :)
To work on this:
- Create a fork of
wgpu-native
and a new branch calledcd
for this work. - Change cd.yml to add a build for windows-aarch64.
- The binaries will get build on your fork for every push (because of the branch name being
cd
). - Alternatively, you can manually start the build in the actions tab on your fork.
- The binaries can be downloaded from the "Artifacts" section on the cd run page, so you can test it locally.