A high-performance SQLite database viewer that renders query results directly to an HTML5 canvas using WebAssembly. wasmcanvas/ ├── cmd/ │ ├── wasm/ # Go WASM module │ │ └── main.go # SQLite + canvas ...