Add KidLisp → WASM compiler with self-contained renderer
Compiles KidLisp source directly to standalone .wasm binaries that
contain the full rasterization pipeline (Bresenham line, midpoint
circle, scanline triangle, box fill) in WASM linear memory. Zero
host imports — the host only reads pixels out. Same binary produces
identical pixels everywhere for verifiable visual compute.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>