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