diff options
Diffstat (limited to 'ext/wasm/index-dist.html')
-rw-r--r-- | ext/wasm/index-dist.html | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/ext/wasm/index-dist.html b/ext/wasm/index-dist.html index ffb312776..6b038c82a 100644 --- a/ext/wasm/index-dist.html +++ b/ext/wasm/index-dist.html @@ -55,10 +55,10 @@ regression tests for the various APIs and surrounding utility code.</li> <li><a href='tester1-worker.html'>tester1-worker</a>: same thing - but running in a Worker.</li> + but running in a Worker.</li> </ul> </li> - <li>High-level apps and demos... + <li>Higher-level apps and demos... <ul> <li><a href='demo-123.html'>demo-123</a> provides a no-nonsense example of adding sqlite3 support to a web @@ -66,6 +66,14 @@ <li><a href='demo-123-worker.html'>demo-123-worker</a> is the same as <code>demo-123</code> but loads and runs sqlite3 from a Worker thread.</li> + <li><a href='demo-jsstorage.html'>demo-jsstorage</a>: very basic + demo of using the key-value VFS for storing a persistent db + in JS <code>localStorage</code> or <code>sessionStorage</code>.</li> + <li><a href='demo-worker1.html'>demo-worker1</a>: + Worker-based wrapper of the OO API #1. Its Promise-based + wrapper is significantly easier to use, however.</li> + <li><a href='demo-worker1-promiser.html'>demo-worker1-promiser</a>: + a demo of the Promise-based wrapper of the Worker1 API.</li> </ul> </li> </ul> |