henrybetts / swift-webgpu

Swift bindings for WebGPU
MIT License
89 stars 4 forks source link

Building Errors #10

Closed AryzenRS closed 4 weeks ago

AryzenRS commented 1 month ago

I have attached the output of my attempt to build, probably a mistake on my end. Likeliest issue is my dawn.json is not in the correct place or is malformed. The errors seem to originate from "GenerateWebGPUPlugin".

error.txt

henrybetts commented 1 month ago

Ah there's probably been a breaking change in the upstream dawn.json. I'll take a look.

henrybetts commented 4 weeks ago

Can you try again with the latest @AryzenRS ?

AryzenRS commented 4 weeks ago

It builds successfully, I assume it works correctly! Thanks for the swift (heh) fix!