1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Minor doc tweak for the previous commit.

FossilOrigin-Name: a8832164d36ea88dc1c5c874c67212800238eab6b1477e5ca92fbf8c77f341b4
This commit is contained in:
stephan
2023-02-27 07:23:54 +00:00
parent 9885c76c4c
commit ef22012b6e
3 changed files with 9 additions and 8 deletions

View File

@ -4,7 +4,8 @@
** arranges to include that file in the build of sqlite3.wasm and
** defines SQLITE_EXTRA_INIT=sqlite3_wasm_extra_init.
**
** sqlite3_wasm_extra_init() must be a function with this signature:
** The C file must define the function sqlite3_wasm_extra_init() with
** this signature:
**
** int sqlite3_wasm_extra_init(const char *)
**