Closed jvanlangen closed 8 months ago
The API is a bit of a moving target sometimes and I need to update this repo (but the code to get an adapter changed so much that it requires more time that I have at the moment). It looks like .source
is now .code
:
Let me know if that works.
I met same problem, and .source->.code works, thx
I committed fixes for this and other WebGPU spec changes. It's only working in the browser as the native versions need a rewrite of the adapter code.
The example runs in VS2022 on windows but running into an error when trying to build for web:
I'm very new to emscripten/wasm etc. Any ideas?