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