Skip to content

Commit ff3676f

Browse files
committed
Case insensitive search, fixes.
1 parent 54877a5 commit ff3676f

File tree

6 files changed

+2255
-1758
lines changed

6 files changed

+2255
-1758
lines changed

sqlite3/libc/build.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,17 @@ EOF
3838
-Wl,--export=memset \
3939
-Wl,--export=stpcpy \
4040
-Wl,--export=stpncpy \
41+
-Wl,--export=strcasecmp \
42+
-Wl,--export=strcasestr \
4143
-Wl,--export=strchr \
4244
-Wl,--export=strchrnul \
4345
-Wl,--export=strcmp \
44-
-Wl,--export=strcasecmp \
4546
-Wl,--export=strcpy \
4647
-Wl,--export=strcspn \
4748
-Wl,--export=strlen \
49+
-Wl,--export=strncasecmp \
4850
-Wl,--export=strncat \
4951
-Wl,--export=strncmp \
50-
-Wl,--export=strncasecmp \
5152
-Wl,--export=strncpy \
5253
-Wl,--export=strrchr \
5354
-Wl,--export=strspn \

sqlite3/libc/libc.wasm

599 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)