// Copyright 2025 the Fearless_SIMD Authors
// SPDX-License-Identifier: Apache-2.0 OR MIT
/// A token for WASM SIMD128.
// There is intentionally no method delegation here because all the WASM SIMD128 methods are enabled or disabled
// statically--there is no feature detection.