commit | 84563873016b4777d76faf6be1d7bca2bcde40ca | [log] [tgz] |
---|---|---|
author | Kai Ninomiya <kainino@chromium.org> | Fri Nov 01 23:04:25 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Nov 01 23:04:25 2024 +0000 |
tree | 84d02a5f06038b43425e3b0ed70aae7f01c7652c | |
parent | f872069f268759481b4afbe05c9200eb4a52fc17 [diff] |
[emdawnwebgpu] Switch tests to use JSPI instead of Asyncify This requires setting `GTEST_HAS_EXCEPTIONS=0` because otherwise for some reason gtest assumes exception support (but Emscripten should be building with exceptions disabled by default). Also add missing emdawnwebgpu_config dependencies in the CMake build. Change-Id: Ib62af379a764c4e5a456c432e682461869554c92 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/213394 Reviewed-by: dan sinclair <dsinclair@chromium.org> Reviewed-by: Loko Kung <lokokung@google.com> Reviewed-by: dan sinclair <dsinclair@google.com> Commit-Queue: Kai Ninomiya <kainino@chromium.org>
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.