commit | 12a077d2b834a1d797d84b251392a6502ba21a6c | [log] [tgz] |
---|---|---|
author | Kai Ninomiya <kainino@chromium.org> | Tue May 20 20:09:07 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue May 20 20:09:07 2025 -0700 |
tree | 6f2f5e0f9c7309d885668298e4afd7ff086a9c86 | |
parent | 616a406f019228f4199adb1c4e789e431900a281 [diff] |
Improve activate-emsdk script - Avoid maintaining the Emscripten toolchain release version separately from the emsdk DEPS entry, by installing/activating 'latest' instead of a pinned version. This works because emsdk itself has a pinned definition of 'latest' for each emsdk release. Avoids bugs like https://dawn-review.googlesource.com/c/dawn/+/240534 - Silence subprocess output from emsdk unless it fails (tested locally). Bug: 414330682 Change-Id: I41e36da14b3cd43a604e8549ac997247458733cb Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/240535 Commit-Queue: Kai Ninomiya <kainino@chromium.org> Reviewed-by: Loko Kung <lokokung@google.com> Auto-Submit: 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.