« Previous | Next »

pas2js with SQLite WebAssembly, demo 1

17 Feb 2026

Happy Chinese New Year! Today is the first day of the year of the Fire Horse.

I've put up a demo of pas2js invoking WebAssembly SQLite.

In this demo, the pas2js program's SQLite database operations run in the web browser's main UI thread. Reload the web page if the output doesn't appear automatically; this may have to do with caching by your web browser, caching cleverness by HTMX, reverse proxy caching on my site, or other web weirdness.

The next demo's program will do its database work in a separate worker thread.

Tags: Pascal, SQLite, WebAssembly