diff --git a/embed/sqlite3.wasm b/embed/sqlite3.wasm index b37f111..0490c16 100755 Binary files a/embed/sqlite3.wasm and b/embed/sqlite3.wasm differ diff --git a/sqlite3/sqlite_cfg.h b/sqlite3/sqlite_cfg.h index 2966275..c4f9305 100644 --- a/sqlite3/sqlite_cfg.h +++ b/sqlite3/sqlite_cfg.h @@ -9,10 +9,12 @@ #define HAVE_INT16_T 1 #define HAVE_INT32_T 1 #define HAVE_INT64_T 1 +#define HAVE_INTPTR_T 1 #define HAVE_UINT8_T 1 #define HAVE_UINT16_T 1 #define HAVE_UINT32_T 1 #define HAVE_UINT64_T 1 +#define HAVE_UINTPTR_T 1 #define HAVE_STDINT_H 1 #define HAVE_INTTYPES_H 1 @@ -20,6 +22,8 @@ #define HAVE_LOG10 1 #define HAVE_ISNAN 1 +#define HAVE_STRCHRNUL 1 + #define HAVE_USLEEP 1 #define HAVE_NANOSLEEP 1