Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

205 check-ins using file assets/skin/header.txt version 757dc6a7f3

2024-04-24
06:58
Small typo fix. Leaf check-in: c6b0707a16 user: stephan tags: trunk
2024-04-23
07:01
Add a link to see.md. Typo fix. check-in: a437ce5f7e user: stephan tags: trunk
06:55
Further see.md tweaks. check-in: b290e9e15b user: stephan tags: trunk
06:35
Add a note that see.md page only covers browser-side wasm, not server-side. check-in: 8e4173068a user: stephan tags: trunk
06:17
Further see.md tweaks. check-in: cf353b75e9 user: stephan tags: trunk
06:02
Further see.md tweaks. check-in: 5c546bba24 user: stephan tags: trunk
05:43
Minor cleanups in see.md. check-in: b0053bba61 user: stephan tags: trunk
05:19
Minor reorgs in see.md. check-in: db1b34bc39 user: stephan tags: trunk
05:13
Initial version of see.md: docs for creating and using an SEE-capable JS/WASM build. check-in: d02b0cc7b1 user: stephan tags: trunk
2024-04-22
17:14
Document the new SEE-related oo1.DB constructor arguments and the additional new call form for the JsStorageDb ctor. check-in: 094b06de32 user: stephan tags: trunk
2024-03-30
07:52
Typo fixes. check-in: 6f4e594b36 user: stephan tags: trunk
2024-03-11
11:26
Gotta tap ctrl-x ctrl-s before checking in. check-in: aad5b26544 user: stephan tags: trunk
10:04
Document the upcoming OPFS delete-before-open feature. Minor CSS fixes to breakage caused by the recent skin overhaul. check-in: 63ee7b6004 user: stephan tags: trunk
2024-03-07
19:27
Add docs for the upcoming promiser v2 API. Fix a build annoyance. check-in: 1593896059 user: stephan tags: trunk
2024-03-06
07:37
Remove an unnecessary mention of the year 2022 to a condition which still applies in 2024. check-in: d79038a080 user: stephan tags: trunk
2024-03-04
11:38
Minor API doc tweaks. check-in: e54cd3d8bb user: stephan tags: trunk
11:29
Correct a mis-indented header. check-in: a0ee495cac user: stephan tags: trunk
06:56
cookbook: explain why a separate global symbol is necessary for overriding the library's config object. check-in: 2bbc9bc224 user: stephan tags: trunk
06:10
Update description of Evolu, per developer's request. check-in: 0f9427626e user: stephan tags: trunk
2024-03-03
04:21
Add a missing mention of sqlite3.config.log(). check-in: 2c34af5b81 user: stephan tags: trunk
03:54
Add a cookbook section about replacing the library-level JS console logging routines. check-in: 1bdca6cb0d user: stephan tags: trunk
2024-02-28
22:08
Rework the cookbook section on uploading/downloading dbs to cover importing of both local and remote databases. check-in: 240ad4af36 user: stephan tags: trunk
2024-02-22
02:29
More minor style tweaks. check-in: 400dd97a36 user: stephan tags: trunk
02:20
More style tweaks for stuff broken by [4f5e51ebaac5]. check-in: a2e91850da user: stephan tags: trunk
02:13
Minor style tweaks for stuff broken by [4f5e51ebaac5]. check-in: 2207c2ff7a user: stephan tags: trunk
02:04
Re-add dark-mode skin settings lost in [4f5e51ebaac5]. check-in: 1e0826b945 user: stephan tags: trunk
2024-02-18
16:00
Bring the skin's header elements back into alignment after earlier changes shifted the top-most one. check-in: d5269fdc32 user: stephan tags: trunk
15:40
Un-float .sidebar elements so that they don't overlap headings. check-in: 41a83fc8c4 user: stephan tags: trunk
15:32
Import upstream css.txt for the default skin. check-in: 4f5e51ebaa user: stephan tags: trunk
15:13
Skip functions named 'sqlite3__...' in tools/makeExportsMd.bash. check-in: dfce0cfe5a user: stephan tags: trunk
2024-02-06
12:29
Correct a mis-named anchor. check-in: 95b4b8e866 user: stephan tags: trunk
12:21
Minor doc clarification. check-in: 7f0d931930 user: stephan tags: trunk
09:00
Correct docs about OpfsDb.importDb() being synchronous (it's not). check-in: 52ef40e4ad user: stephan tags: trunk
08:22
Make explicit that the importDb() methods of the OPFS VFSes cannot be used on an opened db. check-in: fd791650ec user: stephan tags: trunk
2024-02-05
10:01
Typo fix. check-in: c974f9aa49 user: stephan tags: trunk
09:11
Document the force-out-of-WAL-mode behavior of the importDb() method of the two OPFS VFSes. check-in: b2d2fbe040 user: stephan tags: trunk
08:41
Add a tip to doc-maintenance.md. check-in: f160a094af user: stephan tags: trunk
08:34
Styling consistency tweak. check-in: 872e69269c user: stephan tags: trunk
08:30
CSS tweaks and additions. check-in: 93f3ac1919 user: stephan tags: trunk
03:38
Document a new addition to the worker1 promiser onready() callback signature. check-in: 51dbd65c09 user: stephan tags: trunk
02:06
Stress that by default, the worker1.open command will use a transient db, and reinforce that a vfs argument is needed for an OPFS-backed db. Prompted by forum feedback. check-in: bf4908de7f user: stephan tags: trunk
01:36
Add a link to how to add COEP/COOP headers to Cloudflare Pages. check-in: d615b8a71a user: stephan tags: trunk
2024-01-08
08:38
Minor doc touchups and update to latest upstream code snapshot. check-in: b69ab469f2 user: stephan tags: trunk
2023-11-22
04:06
Minor working cleanups. check-in: ba437c7707 user: stephan tags: trunk
2023-11-08
15:12
Rewording of some worker1 docs based on user feedback. check-in: 5aa653ce53 user: stephan tags: trunk
2023-11-04
11:27
Add a section to persistent.md regarding randomly-disappearing OPFS databases. check-in: bf6a7b8490 user: stephan tags: trunk
2023-10-29
13:25
Minor style consistency tweak. check-in: 214b7a5607 user: stephan tags: trunk
2023-10-28
04:08
Update news.md. check-in: 7d62fb1870 user: stephan tags: trunk
2023-10-27
23:02
Add missing docs for the Worker1 export method. check-in: f041c85618 user: stephan tags: trunk
2023-10-09
16:56
Minor doc tweaks. check-in: 9a9d63763d user: stephan tags: trunk
2023-09-28
19:56
Minor doc cleanups. check-in: 2752dca152 user: stephan tags: trunk
19:45
Typo fix. check-in: 765fd197e6 user: stephan tags: trunk
19:31
typo fix. check-in: 0e9f52e86e user: stephan tags: trunk
2023-09-27
18:19
Elaborate on the semantics of the DB.exec() saveSql option, based on forum feedback. check-in: a4239a1833 user: stephan tags: trunk
2023-09-19
02:34
Update link to sqlite-wasm project. check-in: 3b61d79a2f user: stephan tags: trunk
2023-08-30
13:09
Document the new sqlite3_js_sql_to_string(). check-in: a3802afc6b user: stephan tags: trunk
2023-08-28
08:53
Add note about 3.43.0's broken sqlite3-worker1-bundler-friendly.mjs to news.md. check-in: a8ec0834d1 user: stephan tags: trunk
2023-08-24
14:37
Note 3.43 release in the news. check-in: bcd8148761 user: stephan tags: trunk
2023-08-18
14:42
Document new features of the importDb() methods of both OPFS VFSes. check-in: 973a038d0a user: stephan tags: trunk, version-3.43.0
2023-08-14
09:34
Minor doc correction. check-in: 2425eded64 user: stephan tags: trunk
2023-08-12
09:58
Replace an inadvertently duplicated news.md entry with a new entry. check-in: aed0bb6acf user: stephan tags: trunk
09:45
Typo fix. check-in: d2300d704d user: stephan tags: trunk
06:59
Add a paragraph to the sqlite3_aggregate_context() docs. check-in: a7acd056b9 user: stephan tags: trunk
2023-08-11
22:35
Typo fix. check-in: 44a682d584 user: stephan tags: trunk
17:45
Document today's changes and update to the latest js/wasm code. check-in: 5bab9545c0 user: stephan tags: trunk
14:25
Deprecate sqlite3_js_vfs_create_file() because it was discovered today that it fails in debug builds of sqlite3.c by triggering unresolvable assertions in the core. check-in: 78200565ef user: stephan tags: trunk
2023-08-10
02:22
Add a comment to the cookbook warning that the upload-a-db steps cannot work with WAL-mode dbs because the WASM build cannot read them. check-in: 1189a0eda5 user: stephan tags: trunk
2023-08-09
09:42
Typo fixes and add a new paragraph about incognito/guest browsing. check-in: d611a04afe user: stephan tags: trunk
2023-08-07
09:30
Add a section about guest/incognito mode limitations in persistence.md. check-in: b77ec4b5bf user: stephan tags: trunk
2023-07-31
08:12
Minor updates to persistence.md. check-in: 56b87cd5a1 user: stephan tags: trunk
2023-07-30
14:35
Minor updates to the sahpool docs. check-in: 095cf05a4d user: stephan tags: trunk
2023-07-29
15:54
Document today's SAHPoolUtil changes and check in a news entry which was supposed to have been checked in a week ago. check-in: 5184f4657e user: stephan tags: trunk
2023-07-22
20:23
Correct an example db path. check-in: fc830725be user: stephan tags: trunk
20:20
Add mention of opfs-sahpool to news.md. check-in: 59c0165246 user: stephan tags: trunk
20:05
Update to upstream trunk sqlite3.js/wasm. check-in: d9889a147a user: stephan tags: trunk
19:58
Merge opfs-sahpool branch into trunk. check-in: b49dcfe0f7 user: stephan tags: trunk
2023-07-21
08:10
Document changes in opfs-sahpool. Closed-Leaf check-in: e3018683b2 user: stephan tags: opfs-sahpool
2023-07-19
17:43
Minor doc additions. check-in: 63ba9f28ff user: stephan tags: opfs-sahpool
2023-07-18
19:48
Accont for minor opfs-sahpool API changes. check-in: 1ef51545a8 user: stephan tags: opfs-sahpool
12:12
Document today's opfs-sahpool changes. check-in: 9618ee8575 user: stephan tags: opfs-sahpool
2023-07-17
16:50
Reduce the noisy opfs-sahpool list of VFS differences to a "management summary," based on feedback from Roy H. check-in: d0bb0d0b07 user: stephan tags: opfs-sahpool
07:15
Document opfs-sahpool default config values and rename defaultCapacity to initialCapacity. check-in: 6400214ac8 user: stephan tags: opfs-sahpool
2023-07-16
20:18
More persistence.md restructuring. check-in: be973d13f7 user: stephan tags: opfs-sahpool
19:20
Doc reorgs and touchups. check-in: 3b33af7201 user: stephan tags: opfs-sahpool
16:53
Doc reorgs and touchups. check-in: 701e3922e9 user: stephan tags: opfs-sahpool
10:03
Document today's changes to opfs-sahpool. check-in: f868357a32 user: stephan tags: opfs-sahpool
08:08
Minor rewording. check-in: b193f610ed user: stephan tags: opfs-sahpool
06:39
Use different links to the articles about SAH pool concurrency. check-in: 295a43267d user: stephan tags: opfs-sahpool
2023-07-15
22:08
More work on the new opfs-sahpool docs. check-in: 7320aba74f user: stephan tags: opfs-sahpool
12:42
Minor cleanups in the new docs. check-in: 6622d3d34f user: stephan tags: opfs-sahpool
12:08
More work on the opfs-sahpool docs. check-in: 4c9fb79bcc user: stephan tags: opfs-sahpool
11:58
Start documenting the opfs-sahpool feature (not yet in the upstream trunk). check-in: a7b0eaaeb5 user: stephan tags: opfs-sahpool
2023-07-14
08:22
Update js/wasm from upstream. check-in: ea5d7945cf user: stephan tags: trunk
08:13
Typo fix. check-in: db1afff1d2 user: stephan tags: trunk
2023-07-13
18:39
Minor wasmfs doc tweaks. check-in: c5dda87008 user: stephan tags: trunk
18:36
Reintroduce WASMFS+OPFS support. check-in: 6cecb2db86 user: stephan tags: trunk
2023-07-12
11:29
Minor doc updates to api-oo1.md. check-in: 3fb72ff0fb user: stephan tags: trunk
07:53
Minor tweaks to persistence.md. check-in: 9d561f84d1 user: stephan tags: trunk
2023-07-08
06:54
Document the inability to use the current OPFS VFS with Safari versions less than 17 and link to the corresponding webkit ticket. check-in: a93df4480d user: stephan tags: trunk
2023-07-01
20:01
Add a note about how Emscripten module init options are outside of our control check-in: 0ef1d89235 user: stephan tags: trunk
2023-05-30
14:07
Add a ToC entry for OPFS Unlock-ASAP mode. check-in: 481f1f46d1 user: stephan tags: trunk
2023-05-28
12:48
Typo fix and slight elaboration on the previous check-in. check-in: f1c5206f2f user: stephan tags: trunk
12:39
Add csp.md to document configuration of a Content-Security-Policy for use with the SQLite wasm bits. check-in: 3b03b04e32 user: stephan tags: trunk
2023-05-25
17:01
Document new Worker1 countChanges capability. check-in: 73abac98e1 user: stephan tags: trunk
2023-05-23
19:34
Add a doc section about OPFS storage limits, including links provided by Roy Hashimoto. check-in: 7f6bd68ce5 user: stephan tags: trunk
19:22
Add a related-works entry for Evan Brass's WASI build. check-in: 522c259861 user: stephan tags: trunk
2023-05-19
19:10
npm doc updates. check-in: c8e966dcb0 user: stephan tags: trunk
18:38
Latest upstream JS and relevant doc changes. check-in: 9e7649bc0f user: stephan tags: trunk
2023-05-10
21:27
Doc tweak to Stmt.columnCount. check-in: ccfb8824f8 user: stephan tags: trunk
21:14
Latest upstream wasm/js. Document new behavior of oo1.Stmt.columnCount. check-in: a01ee6031c user: stephan tags: trunk
2023-04-25
16:01
Typo fix. check-in: 18d8321da6 user: stephan tags: trunk
12:41
Add a note about the 'credentialless' value of the COEP header. check-in: 3b549622df user: stephan tags: trunk
2023-04-18
17:12
Add a link to the github issues page for the npm package. check-in: faf1cb26d2 user: stephan tags: trunk
16:35
Rework references to npm to point to the new npm.md, which details the npm distribution contributed by Thomas Steiner. check-in: 6b6439c357 user: stephan tags: trunk
2023-04-07
02:48
Minor typo fixes and cleanups. check-in: 301e85a912 user: stephan tags: trunk
2023-04-04
17:39
Add link to a new article by the VMWare OCTO team. check-in: 454510c574 user: stephan tags: trunk
2023-03-31
17:33
Add 'ui' target to GNUmakefile which starts fossil ui with the proper skin. check-in: 6892d35be3 user: stephan tags: trunk
2023-03-30
13:50
Add doc section for 3rd-party articles and docs. check-in: 7695fb053f user: stephan tags: trunk
2023-03-23
12:45
Explain the API naming "stuttering" convention in the FAQ. check-in: c61383e3c7 user: stephan tags: trunk
2023-03-22
23:58
Replace a confusing use of the word 'second'. check-in: 8e39bd0cb1 user: stephan tags: trunk
2023-03-18
11:54
Add mention of Firefox v111's OPFS support in news.md. check-in: 9af46cb353 user: stephan tags: trunk
2023-03-15
12:35
Add instructions for activating the COOP/COEP headers in Apache and Althttpd. Extend list of OPFS-supporting browsers to include Firefox v111+. check-in: 85d053d984 user: stephan tags: trunk
2023-03-14
16:40
Add an HTML anchor for in the In the Wild section. check-in: ec8a628ef9 user: stephan tags: trunk
16:39
Add a link to Momtchil Momtchev's sqlite-wasm-http, initially announced at a7010b9a53547fab. check-in: 56753fdad8 user: stephan tags: trunk
2023-03-08
10:32
Document how to build against the SQLite Encryption Extension (SEE). check-in: 3fa319a47e user: stephan tags: trunk
2023-03-07
19:27
Latest upstream sqlite3.js/wasm. check-in: 5b76d9a3c2 user: stephan tags: trunk
2023-03-06
06:00
Minor doc touchups. check-in: 780dbc1fda user: stephan tags: trunk
2023-03-05
11:19
Update info about bundler-friendly builds to account for today's changes. check-in: 4fda8e266f user: stephan tags: trunk
11:15
Typo fix in news.md. check-in: d72be2ea08 user: stephan tags: trunk
2023-02-23
01:04
Add 3.41 release to news.md. check-in: beca4a15e0 user: stephan tags: trunk
2023-02-19
13:33
Add sqlite-wasm-esm to the 'in the wild' list. check-in: f283588976 user: stephan tags: trunk
2023-02-18
14:03
Add SQLiteNext to the 'in the wild' list. check-in: 8e7a2e2b55 user: stephan tags: trunk
2023-02-17
16:48
Add Evolu to the 'in the wild' list. check-in: 4bf1ecb5a1 user: stephan tags: trunk
12:52
Add 'In the Wild' section to index.md as a place to host links to 3rd-party projects which use this one. check-in: e5ac75c026 user: stephan tags: trunk
2023-02-10
09:49
Update todo.md. check-in: a22350ffcf user: stephan tags: trunk
2023-02-09
13:28
Minor cleanups and corrections regarding the size of localStorage and sessionStorage. check-in: 66d7f53b40 user: stephan tags: trunk
08:51
Typo fix. check-in: ebb80aa429 user: stephan tags: trunk
2023-01-29
07:07
Latest upstream js/wasm files. check-in: f62b653c27 user: stephan tags: trunk
06:55
Add a news.md item about the bundler-friendly builds. check-in: fc68cef97f user: stephan tags: trunk
06:21
Update docs for the bundler-friendly build. check-in: c836daf546 user: stephan tags: trunk
2023-01-28
07:08
Document new oo1.DB.exec() feature. check-in: f389aa4b2e user: stephan tags: trunk
2023-01-27
19:52
typo fix. check-in: 39320b7650 user: stephan tags: trunk
07:52
Document upstream Emscripten bug #18610 in the news, as it results in a broken build. check-in: bb9cbd72e8 user: stephan tags: trunk
07:40
Expand the Worker1.open vfs-related docs a bit. check-in: 7273a38ed0 user: stephan tags: trunk
07:12
Update the Worker1.open docs to reflect the vfs argument and result property (which are not new but were not documented here due to an oversight). check-in: 7d9d736e19 user: stephan tags: trunk
06:08
Trivial text touchups. check-in: b17ace9488 user: stephan tags: trunk
06:05
Consolidate NPM-related FAQ entries to point to a single place. check-in: c98c8a1029 user: stephan tags: trunk
04:46
Add a building.md section briefly explaining why we don't do npm. Also add a note that builds are not necessarily 100% reproducible if built with different EMSDK versions. check-in: 5c63a9f0e2 user: stephan tags: trunk
2023-01-26
09:53
Correct a || which should be a | in the cookbook.md. check-in: 1e1fb39e6d user: stephan tags: trunk
00:23
Add mention of NPM to the FAQ. check-in: 733059aaef user: stephan tags: trunk
2023-01-12
19:38
Add a section to persistence.md about maintenance of OPFS-hosted files. check-in: 08d0147d25 user: stephan tags: trunk
2023-01-01
19:08
Remove a stale reference to a second OPFS storage solution. check-in: 6d960f8cc3 user: stephan tags: trunk
2022-12-31
14:35
Minor restructuring and touchups. check-in: e5ba0113fb user: stephan tags: trunk
14:34
Latest upstream js/wasm. check-in: 6132213191 user: stephan tags: trunk
2022-12-27
14:38
Document addition of sqlite3_preupdate_hook() and friends. check-in: c3d6f255bf user: stephan tags: trunk
12:27
Latest upstream bits. check-in: 14bbcd6d0f user: stephan tags: trunk
12:24
Document addition of commit/rollback/update hook APIs. check-in: 6362036378 user: stephan tags: trunk
2022-12-26
17:19
Add the auto-extension API. check-in: f031b081f0 user: stephan tags: trunk
15:28
Redocument the function pointer leak bits, as those have been largely overcome by new code. check-in: aad849f425 user: stephan tags: trunk
15:28
Latest up stream bits. check-in: 1fcf08f08c user: stephan tags: trunk
2022-12-25
23:55
Latest upstream js/wasm and module-symbols.html. check-in: 6b8b0e6ac3 user: stephan tags: trunk
23:55
Add some missing API docs. check-in: 9b09d09836 user: stephan tags: trunk
23:55
Remove stale references to wasmfs. check-in: 0128ead5af user: stephan tags: trunk
22:56
Document this evening's API changes. check-in: 9618797d21 user: stephan tags: trunk
20:36
Update news.md and todo.md for session API changes. check-in: 7efeab9c56 user: stephan tags: trunk
18:14
Minor clarification and demo code correction. check-in: 7794a77301 user: stephan tags: trunk
17:23
Minor demo code cleanup. check-in: 2ba175e6a4 user: stephan tags: trunk
17:22
Latest upstream js/wasm files. check-in: 7a6f243e61 user: stephan tags: trunk
16:21
(Prematurely) document the session API bindings, which are currently awaiting release pending addition of test code. check-in: afd40deaf3 user: stephan tags: trunk
15:46
Remove a resolved TODO and rename an anchor ID for naming consistency. check-in: 047485a40f user: stephan tags: trunk
15:37
Add a section about the benefits and drawbacks of automatic JS-to-function-pointer conversions. check-in: 8d3aebcebe user: stephan tags: trunk
10:23
Document new JS callback signature for sqlite3_exec() callbacks. check-in: 9f36be2229 user: stephan tags: trunk
2022-12-24
21:06
Slight demo code simplification. check-in: 40edd29f11 user: stephan tags: trunk
20:14
Text cleanups and typo fixes. check-in: e76285994e user: stephan tags: trunk
17:19
Document the new SQLITE_WASM_DEALLOC. Unrelated touchups. check-in: 54cfc24b69 user: stephan tags: trunk
10:30
Generic text cleanups and typo fixes. check-in: f3dd307acd user: stephan tags: trunk
01:04
Add missing docs for oo1.DB.selectArrays/selectObjects(). check-in: edc63a3c0a user: stephan tags: trunk
2022-12-23
23:49
Document the newly-extended sqlite3_bind_text/blob() bindings. check-in: 3451d98bec user: stephan tags: trunk
23:48
Latest upstream js/wasm. check-in: 7a991127e2 user: stephan tags: trunk
21:22
Correct an unclosed anchor tag. check-in: c5cc1f43bc user: stephan tags: trunk
21:18
Document the sqlite3_create_collation/_v2() bindings. check-in: 8fe6529abf user: stephan tags: trunk
14:33
Add docs about adding new API exports to the build. check-in: cb9fbe6f83 user: stephan tags: trunk
2022-12-17
11:29
Add a suitable emoji to the previous change. check-in: 585ecf2d8a user: stephan tags: trunk
11:26
Remove references to WASMFS from persistence.md and document why in news.md. check-in: 2cf25bcbfe user: stephan tags: trunk
2022-12-16
13:19
Tiny sidebar added to sqlite3_set_authorizer() which attempts to justify its use in JS. check-in: a87aec02d2 user: stephan tags: trunk
13:07
Add sqlite3_config() (with notable limitations) and latest js/wasm to support it. check-in: ab1395fd3f user: stephan tags: trunk
11:24
Document the new sqlite3_set_authorizer() support and include its js/wasm. check-in: fe3cc58b20 user: stephan tags: trunk
2022-12-15
20:01
Remove some superfluous wordage. check-in: 2ef625f916 user: stephan tags: trunk
19:03
Typo fix by removing the surrounding superfluous half-sentence. check-in: 5273d6e801 user: stephan tags: trunk
14:39
Minor build doc tweaks. Latest upsteam js/wasm. check-in: 831e8151aa user: stephan tags: trunk
02:39
Latest upstream wasm/js. check-in: 8e0f61875a user: stephan tags: trunk
02:30
Minor example code cleanups. check-in: b465af4bee user: stephan tags: trunk
2022-12-14
18:06
Accommodate peek/pokeF32/F64() API renaming. check-in: 856a56efcc user: stephan tags: trunk
14:41
Document new wasm.peek/poke() variants. check-in: 952a6f0b48 user: stephan tags: trunk
09:27
Remove some ostensibly meaningful, just not in this context, info. check-in: 4b5b079121 user: stephan tags: trunk
09:25
Document slight change in oo1.DB.exec()'s rowMode option. check-in: 78c51f3006 user: stephan tags: trunk
2022-12-13
12:23
Minor text touchups. check-in: c970959502 user: stephan tags: trunk
08:33
Latest upstream js/wasm. check-in: baef570948 user: stephan tags: trunk
2022-12-12
12:05
Add a section to gotchas.md about wasm heap corruption. check-in: c54ef1684a user: stephan tags: trunk
11:38
module-symbols.html: for C APIs which have extended JS-side semantics, link to the JS-side API docs instead of the C docs. check-in: 30ff00b076 user: stephan tags: trunk
11:32
Document the pedantic difference between JS/C sqlite3_db_config(). check-in: e198f603c2 user: stephan tags: trunk
11:25
Remove build of exports.md - that role was folded into module-symbols.html. check-in: 9ec86431ae user: stephan tags: trunk
11:22
Latest upstream js/wasm and module-symbols.html. check-in: 4b7a16b47b user: stephan tags: trunk
07:35
General touchups. Add a tool to create exports.md (a list of wasm-exported functions pulled directly from the wasm file, with links to their C API docs) but don't yet include the result in the docs because we may instead want to move that feature to module-symbols.html. check-in: 9877654e23 user: stephan tags: trunk
2022-12-11
21:04
Replace fossil's default skin header with a custom one in order to remove the project name from the TITLE tag so that bookmarks and multiple browser tabs don't all have the same long prefix. check-in: f44dab838c user: stephan tags: trunk