commit | 616a406f019228f4199adb1c4e789e431900a281 | [log] [tgz] |
---|---|---|
author | Kai Ninomiya <kainino@chromium.org> | Tue May 20 19:58:42 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue May 20 19:58:42 2025 -0700 |
tree | 8139b5ff091b71e3d23818b9e8b1c17f27ea262f | |
parent | 425469f51868a7d71ffe02bfce9a15b05fc47c79 [diff] |
[emscripten] Build link test with Closure in GitHub workflow The default build type is Debug, which disables Closure: em++: warning: disabling closure because debug info was requested [-Wemcc] No-Try: true Fixed: 418173488 Change-Id: Ib685f13895b645fe1a69f2ca3d7f47310bbda086 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/243154 Commit-Queue: 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.