commit | 46621a37d70d3743a9931f820c45ac11f632b01e | [log] [tgz] |
---|---|---|
author | Kai Ninomiya <kainino@chromium.org> | Tue May 27 11:47:59 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue May 27 11:47:59 2025 -0700 |
tree | adb4bce1de4fefd7e6f8144501267e3b1fa91e81 | |
parent | 1648ec5511caf5bc77e513f746eb694ef6351d6e [diff] |
Fix package-emdawnwebgpu.sh script Fix for https://dawn-review.googlesource.com/c/dawn/+/240535 We can't get the emsdk version until after emsdk is checked out. Example failure: https://github.com/google/dawn/actions/runs/15203347648/job/42761309827 (I should have dry-run this on my fork since we don't test this on CQ, but I didn't realize it might break.) No-Try: true Bug: 414330682 Change-Id: I51c53f3d1746373de923449200e15e7132e9ec49 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/243696 Auto-Submit: Kai Ninomiya <kainino@chromium.org> Reviewed-by: Loko Kung <lokokung@google.com> Commit-Queue: 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.