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 entirely within the web browser. In the demo, the pas2js program runs its SQLite database operations on the web browser's main UI thread and updates the web page as it runs.
I'll publish the source code somewhere sometime. Meanwhile, thanks to pas2js's generating Javascript source maps, my demo program's source, in both Pascal and Javascript forms, is visible in the web browser's debugger; see screenshot.
Next demo will run SQLite operations in a separate worker thread, away from the browser's main UI thread.