Skip to content

Commit cd6ba43

Browse files
committed
Less SIMD.
1 parent d7aef63 commit cd6ba43

File tree

12 files changed

+1009
-4369
lines changed

12 files changed

+1009
-4369
lines changed

embed/bcw2/bcw2.wasm

25.5 KB
Binary file not shown.

embed/sqlite3.wasm

25.3 KB
Binary file not shown.

sqlite3/libc/README.md

Lines changed: 0 additions & 41 deletions
This file was deleted.

sqlite3/libc/build.sh

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -28,31 +28,18 @@ EOF
2828
-Wl,--stack-first \
2929
-Wl,--import-undefined \
3030
-Wl,--initial-memory=16777216 \
31-
-Wl,--export=memccpy \
3231
-Wl,--export=memchr \
3332
-Wl,--export=memcmp \
3433
-Wl,--export=memcpy \
35-
-Wl,--export=memmem \
3634
-Wl,--export=memmove \
3735
-Wl,--export=memrchr \
3836
-Wl,--export=memset \
39-
-Wl,--export=stpcpy \
40-
-Wl,--export=stpncpy \
41-
-Wl,--export=strcasecmp \
42-
-Wl,--export=strcasestr \
4337
-Wl,--export=strchr \
4438
-Wl,--export=strchrnul \
45-
-Wl,--export=strcmp \
46-
-Wl,--export=strcpy \
4739
-Wl,--export=strcspn \
4840
-Wl,--export=strlen \
49-
-Wl,--export=strncasecmp \
50-
-Wl,--export=strncat \
51-
-Wl,--export=strncmp \
52-
-Wl,--export=strncpy \
5341
-Wl,--export=strrchr \
5442
-Wl,--export=strspn \
55-
-Wl,--export=strstr \
5643
-Wl,--export=qsort
5744

5845
"$BINARYEN/wasm-ctor-eval" -g -c _initialize libc.wasm -o libc.tmp

sqlite3/libc/libc.wasm

-3.22 KB
Binary file not shown.

0 commit comments

Comments
 (0)