//! WGSL lowering source for `string_matching.glob_match`.
usesuper::*;/// Anchored `*` and `?` glob matcher used by GPU parity tests and intrinsic dispatch.
pubconstWGSL:&str=concat!(include_str!("../../../wgsl/common_params.wgsl"),"\n",include_str!("../glob_match.wgsl"),);