Skip to content

Commit 5c55d86

Browse files
committed
Fix bitset.
1 parent be2f303 commit 5c55d86

File tree

6 files changed

+425
-488
lines changed

6 files changed

+425
-488
lines changed

sqlite3/libc/build.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ trap 'rm -f libc.c libc.tmp' EXIT
1313
cat << EOF > libc.c
1414
#include <stdlib.h>
1515
#include <string.h>
16-
#include <strings.h>
1716
EOF
1817

1918
"$WASI_SDK/clang" --target=wasm32-wasi -std=c23 -g0 -O2 \

sqlite3/libc/libc.wasm

-80 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)