* Update to sql.js 1.7.0
* Update to emsdk 3.0.1, replace/remove deprecated/irrelevant settings
- Renamed .bc extension to .o
- Remove deprecated INLINING_LIMIT setting
- Remove SINGLE_FILE
* Update SQLite to 3.39.3
* Collect and plot CPU and RSS charts from the benchmark containers
* Move procpath commands to a playbook, plot only top 2 RSS & CPU usage
* Optimise for size, put -flto for both compile and link
* Proof-of-concept pre-built custom sql.js
* Rewrite Makefile as a couple of comprehensible Python scripts
* Add link to a blog post about transitive closure in SQLite
* Remove eval extension -- no much point as it only returns a string
* Consistently use existing Path objects
* Add basic tests scalar functions from extension-functions.c
* Test presence of functions from the rest of built extensions
* Use the same sqlite.com domain
* Add a couple SQLite compile flags that may make it a bit faster
* Add regexpi function test
* Add node about regexpi and REGEXP operator
* Workaround first build failure, rebuild lock file and minor fixes