« Previous

pas2js with SQLite WebAssembly, demo 2

19 Feb 2026

Second demo up!

There are two programs in this demo: a driver program loaded by the demo page, that then loads the worker program. The worker program runs SQLite operations in a separate thread, away from the web browser's main UI thread, keeping the browser responsive.

Tags: Pascal, SQLite, WebAssembly