We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
strstr
memmem
1 parent c780ef1 commit e17a432Copy full SHA for e17a432
sqlite3/libc/build.sh
@@ -23,14 +23,15 @@ EOF
23
-mbulk-memory -mreference-types \
24
-mnontrapping-fptoint -msign-ext \
25
-fno-stack-protector -fno-stack-clash-protection \
26
- -Wl,-z,stack-size=1024 \
+ -Wl,-z,stack-size=4096 \
27
-Wl,--stack-first \
28
-Wl,--import-undefined \
29
-Wl,--initial-memory=16777216 \
30
-Wl,--export=memccpy \
31
-Wl,--export=memchr \
32
-Wl,--export=memcmp \
33
-Wl,--export=memcpy \
34
+ -Wl,--export=memmem \
35
-Wl,--export=memmove \
36
-Wl,--export=memrchr \
37
-Wl,--export=memset \
@@ -47,6 +48,7 @@ EOF
47
48
-Wl,--export=strncpy \
49
-Wl,--export=strrchr \
50
-Wl,--export=strspn \
51
+ -Wl,--export=strstr \
52
-Wl,--export=qsort
53
54
"$BINARYEN/wasm-ctor-eval" -g -c _initialize libc.wasm -o libc.tmp
sqlite3/libc/libc.wasm
1.73 KB
0 commit comments