Open esqu1 opened 10 months ago
Ah, downgrading to Emscripten 3.1.45 seems to do the trick.
same issue. on linux, the last working version is 3.1.47.
ok, so apparently webgpu.h changed and made the provided webgpu.hpp incompatible.
you have to go to https://eliemichel.github.io/WebGPU-Cpp/, and paste your webgpu.h, then replace your webgpu.hpp. The new files have some changes (1. corrected spelling error and 2. removed a descriptor field). You'll have to fix your code to match the new api. I tested this on 3.1.53. In my case, I also had to give a nullptr to wgpuCreateInstance.
This happens after running
the error:
Versions