//! Easily detect if WebGPU is supported on the current target platform.
//!
//! # Usage
//! ```rust
//! if !webgpu_check::is_webgpu_available() {
//! panic!("This platform doesn't support WebGPU!");
//! }
//! // Proceed to run your WebGPU application...
//! ```
/// Detect if WebGPU is supported on this target.
///
/// For current browser compatibility, see https://caniuse.com/webgpu
/// Detect if WebGPU is supported on this target.
///
/// For current browser compatibility, see https://caniuse.com/webgpu