chromium/third_party/mediapipe/src/mediapipe/gpu/webgpu/webgpu_check.cc

#include "mediapipe/gpu/webgpu/webgpu_check.h"

#if __EMSCRIPTEN__
#include <emscripten/emscripten.h>
#else
#if MEDIAPIPE_USE_WEBGPU
#include "mediapipe/gpu/webgpu/webgpu_device_registration.h"
#endif  // MEDIAPIPE_USE_WEBGPU
#endif  // __EMSCRIPTEN__

namespace mediapipe {

bool IsWebGpuAvailable() {}

}  // namespace mediapipe