WebGPU Safe Computing Demo

This demo shows how to safely execute compute operations using WebGPU:

Twin Prime Search Toy Demo

This is a simple demonstration of continuous GPU computation searching for twin primes (pairs of prime numbers that differ by 2) above one million.

Note: This is just a toy demonstration - these are relatively small twin primes. Real twin prime searches use much larger numbers and more sophisticated algorithms. This is just to show continuous GPU computation.

Numbers tested: 0
Twin primes found: 0
Latest twin prime pair: None