diff options
author | stephan <stephan@noemail.net> | 2022-10-19 07:34:36 +0000 |
---|---|---|
committer | stephan <stephan@noemail.net> | 2022-10-19 07:34:36 +0000 |
commit | fd31ae3bf9a2093ae5f29a1d70226bd46baceb1a (patch) | |
tree | b6bba52c15e3cc8d6cfb7373ada9afb17d7b23d3 /ext/wasm/index-dist.html | |
parent | 9dc4d5e6b44c2491b291a9b1b7d6d6be78f33364 (diff) | |
download | sqlite-fd31ae3bf9a2093ae5f29a1d70226bd46baceb1a.tar.gz sqlite-fd31ae3bf9a2093ae5f29a1d70226bd46baceb1a.zip |
Rename several demo/test files and include more of them in the end-user dist archive.
FossilOrigin-Name: 9c85835f6f50eb3b1a2b89c817816335743f04440c48bfa05aa89ec519cc0d51
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> |