commit | 30cd64c065f308d70f62681846a788f1f36b337a | [log] [tgz] |
---|---|---|
author | Kai Ninomiya <kainino@chromium.org> | Fri Jun 20 15:51:52 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jun 20 15:51:52 2025 -0700 |
tree | ffe9cbfb1c94b1c4d478bc74398f46c35b164163 | |
parent | 19139ec908714d3f10e7de7dc30add1a081bcf7d [diff] |
[emscripten] Fix emdawnwebgpu_tests_jspi GTest/GMock's CMake files don't seem to have any support for compiling without exceptions. The previous fix [1] stopped working at some point (probably a googletest roll), because it doesn't affect whether their CMake files set -fexceptions. This new workaround works, though it will be a little sensitive to future internal changes in GTest/GMock. [1]: https://dawn-review.googlesource.com/c/dawn/+/213394 Fixed: 417768359 Change-Id: I1dd1e631cf6f0b9410ae60254569f26abe232c8b Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/247996 Commit-Queue: Kai Ninomiya <kainino@chromium.org> Auto-Submit: Kai Ninomiya <kainino@chromium.org> Reviewed-by: Loko Kung <lokokung@google.com>
Dawn is an open-source and cross-platform implementation of the WebGPU standard. More precisely it implements webgpu.h
that is a one-to-one mapping with the WebGPU IDL. Dawn is meant to be integrated as part of a larger system and is the underlying implementation of WebGPU in Chromium.
Dawn provides several WebGPU building blocks:
webgpu.h
version that Dawn implements.webgpu.h
.Helpful links:
Developer documentation:
User documentation: (TODO, figure out what overlaps with the webgpu.h docs)
BSD 3-Clause License, please see LICENSE.
This is not an officially supported Google product.