#!/bin/bash
args=()
for; do
if ; then
else
args+=("")
fi
done
# Firefox headless doesn't support WebGPU by default, causing tests to fail with:
# Can't request adapter: NotFound { active_backends: Backends(BROWSER_WEBGPU),
# requested_backends: Backends(NOOP | VULKAN | GL | METAL | DX12), ... }
# Use Chrome which has WebGPU support
CARGO_TARGET_WASM32_UNKNOWN_UNKNOWN_RUNNER="wasm-bindgen-test-runner" RUSTFLAGS="" RUSTDOCFLAGS=""