commit | 001832c01cddc92f5a3fe97d795a7eb7dfd95be5 | [log] [tgz] |
---|---|---|
author | Kai Ninomiya <kainino@chromium.org> | Wed Apr 23 18:52:37 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Apr 23 18:52:37 2025 -0700 |
tree | 8b722f796d3e70476a1a1bdc8d230c3092d2b75d | |
parent | 416f3e89fb460b2b37053536798dd45983863cd2 [diff] |
Remove Node/LLVM overrides from activate-emsdk We only use emsdk as a toolchain to build a emdawnwebgpu_pkg, samples, and tests, so it isn't important to override the Node and LLVM binary paths to use the ones Dawn uses. It's a bit fragile/incomplete (our LLVM releases don't include binaries that Emscripten needs; the LLVM version could mismatch; etc.) so it's easiest to just remove for now. We can bring it back later if needed. This also obsoletes a bug in activate-emsdk on Linux where PYTHON wasn't set, so `del PYTHON` didn't work. Bug: 371024051 Change-Id: I34a206467395de4515182fded6ec63068353f864 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/238814 Reviewed-by: Loko Kung <lokokung@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.