-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
48 lines (48 loc) · 2.22 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>polyscript tests</title>
</head>
<body>
<ul>
<li>
<small><strong>raw interpreter</strong></small>
<ul>
<li><a href="/test/raw/micropython/">micropython</a></li>
<li><a href="/test/raw/pyodide/">pyodide</a></li>
</ul>
<hr>
</li>
<li>
<a href="/test/integration.html">
<strong>integration tests</strong> <small>(list)</small>
</a>
</li>
<li><a href="/test/index.html">pyodide</a></li>
<li><a href="/test/micropython.html">micropython</a></li>
<li><a href="/test/remote.html">remote micropython</a></li>
<li><a href="/test/matplot.worker.html">matplot worker (toml)</a></li>
<li><a href="/test/matplot.json.html">matplot json</a></li>
<li><a href="/test/matplot.html">matplot toml</a></li>
<li><a href="/test/many.html">all together</a></li>
<li><a href="/test/shadow-dom.html">shadow-dom</a></li>
<li><a href="/test/table.html">table</a></li>
<li><a href="/test/env.html">env</a></li>
<li><a href="/test/isolated.html">isolated</a></li>
<li><a href="/test/fetch.html">config fetch</a></li>
<li><a href="/test/py-events.html">py-* events</a></li>
<li><a href="/test/wasmoon.html">lua</a></li>
<li><a href="/test/async.html">async</a></li>
<li><a href="/test/worker/">worker</a></li>
<li><a href="/test/worker/input.html">worker w/ input</a></li>
<li><a href="/test/order.html">execution order</a></li>
<li><a href="/test/plugins/">plugins</a></li>
<li><a href="/test/plugins/index.html">custom tags</a></li>
<li><a href="/test/async-events/">async events</a></li>
<li><a href="/test/multi-turtle/">multi turtle</a></li>
<li><a href="/test/modules.html">js_modules</a></li>
</ul>
</body>
</html>