Revert "[emscripten] Add support for immediates" This reverts commit cb1a3153aea2fff4eabe79bc89b8411d1b174613. Reason for revert: Speculatively causing crash in bug below. I think that this change might have caused Dawn's proc table to become out of sync with the optimization guide library. Bug: 510134447 Original change's description: > [emscripten] Add support for immediates > > Bug: 507581790 > Change-Id: I419b72f503c4bfa054462ffea88723cd1f0aa855 > Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/305875 > Reviewed-by: Kai Ninomiya <kainino@chromium.org> > Commit-Queue: Kai Ninomiya <kainino@chromium.org> # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 507581790 Change-Id: Icd3b40a857ee72bbc99d799fb1ab0d575662a330 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/307056 Commit-Queue: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Corentin Wallez <cwallez@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.