Draw a digit
This page runs my from-scratch C++ inference engine, compiled to WebAssembly. Your drawing goes through the same handwritten kernels as the native build — Conv+ReLU fused by the graph optimizer, MaxPool, Reshape, Gemm — on a small CNN trained to 93% on MNIST. No server, no libraries: the C++ you see in the repo is what's classifying your handwriting right now.