Revert "[fuzz] Remove legacy CLI interface [3/3]" This reverts commit e280ca5ec30b27cf42c45221cc903facc4c80de3. Reason for revert: This break Chromium Dawn things, https://source.chromium.org/chromium/infra/infra_superproject/+/main:build/recipes/recipes/dawn/cmake.py;l=520?q=%22Check%20WGSL%20fuzzer%22&sq=&ss=chromium Original change's description: > [fuzz] Remove legacy CLI interface [3/3] > > Fixes: 562061482 > Change-Id: I0c2b77028d99480f18ec6b3592264dab2a93896a > Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/345575 > Auto-Submit: Ryan Harrison <rharrison@chromium.org> > Commit-Queue: James Price <jrprice@google.com> > Reviewed-by: James Price <jrprice@google.com> > Commit-Queue: Ryan Harrison <rharrison@chromium.org> TBR=rharrison@chromium.org,dsinclair@chromium.org,jrprice@google.com,dawn-scoped@luci-project-accounts.iam.gserviceaccount.com No-Presubmit: true No-Tree-Checks: true No-Try: true Change-Id: I9feb8876f9b11bb003346da5bd681a3207d3f31d Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/345715 Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com> Commit-Queue: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com> Auto-Submit: Ryan Harrison <rharrison@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.