Wasthon — tests & benches

Each of Wasthon's 25 ported modules has a test-*.html (smoke correctness) and a bench-*.html (perf vs Brython equivalent), with two grouped exceptions: hashlib bundles md5/sha1/sha2/sha3/blake2/hmac, cluster bundles _random/_struct/unicodedata.

▶ Run all tests — sequential runner across every test-*.html.
▶ CPython suite dashboard — runs CPython's own Lib/test/test_*.py against the wasthon modules, with per-module scores (the authoritative behavioural reference).

Bundled targets (one .mjs/.wasm for the whole set)

Tests (smoke correctness)

Benches (Wasthon vs Brython)

CPython suite (WIP — behavioural ground truth)

Diagnostics (dev — memory & bridge internals)