/ concept-collection / math-webgpu-sandbox
concept-collection / math-webgpu-sandbox
math-webgpu-sandbox / test.html
12 lines · 305 BBlameHistoryRaw
1<!doctype html>
2<html lang="en">
3 <head>
4 <meta charset="utf-8" />
5 <title>math-webgpu-sandbox validation</title>
6 </head>
7 <body>
8 <h1>math-webgpu-sandbox validation suite</h1>
9 <pre id="log">starting…</pre>
10 <script type="module" src="/test/test-page.ts"></script>
11 </body>
12</html>