You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HOWEVER, please note that Emscripten's built-in bindings are being deprecated (#24265) in favor of the external fork "emdawnwebgpu" which no longer has emscripten_webgpu_import_device exposed in C, instead it only has WebGPU.importJsDevice in JS. You would call this from JS to import it into the bindings, then pass the handle from JS to C and cast it to WGPUDevice.
Sorry I don't have any examples of this to point at either. I have filed https://crbug.com/416377157 about it.
Hi!
I'm wondering where I can read up on emscripten_webgpu_import_device and the related functions?
My searches keep turning up empty 🤔
Regards,
Mathias
The text was updated successfully, but these errors were encountered: