aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorstephan <stephan@noemail.net>2024-05-30 21:54:16 +0000
committerstephan <stephan@noemail.net>2024-05-30 21:54:16 +0000
commit2f755cdc3ac105837b9cd0aecf35275b83c56b07 (patch)
tree9e2fb2dc8134d6593612f7983906100dad5118aa /src
parent4c86b2db0fff39f8f2d00ecd39d9ebfeed97d758 (diff)
downloadsqlite-2f755cdc3ac105837b9cd0aecf35275b83c56b07.tar.gz
sqlite-2f755cdc3ac105837b9cd0aecf35275b83c56b07.zip
Back out [dcc2bb2c562e97e090174], as it breaks the --with-wasi-sdk builds.
FossilOrigin-Name: 62199562c26f77d059aa0bbda42a421a7aece828aa94d14a40c701a6384d1cf6
Diffstat (limited to 'src')
-rw-r--r--src/sqlite.h.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sqlite.h.in b/src/sqlite.h.in
index 8cca64836..ae8208842 100644
--- a/src/sqlite.h.in
+++ b/src/sqlite.h.in
@@ -10832,6 +10832,8 @@ int sqlite3_deserialize(
#if defined(__wasi__)
# undef SQLITE_WASI
# define SQLITE_WASI 1
+# undef SQLITE_OMIT_WAL
+# define SQLITE_OMIT_WAL 1/* because it requires shared memory APIs */
# ifndef SQLITE_OMIT_LOAD_EXTENSION
# define SQLITE_OMIT_LOAD_EXTENSION
# endif