In-process locking.

This commit is contained in:
Nuno Cruces
2023-01-24 16:59:51 +00:00
parent 2fd2a4062c
commit 97227017a7
7 changed files with 295 additions and 53 deletions

View File

@@ -13,7 +13,7 @@ zig cc --target=wasm32-wasi -flto -g0 -O2 \
-mbulk-memory -mreference-types \
-mnontrapping-fptoint -msign-ext \
-DSQLITE_OS_OTHER=1 -DSQLITE_BYTEORDER=1234 \
-DHAVE_ISNAN -DHAVE_MALLOC_USABLE_SIZE \
-DHAVE_ISNAN -DHAVE_USLEEP -DHAVE_MALLOC_USABLE_SIZE \
-DSQLITE_DQS=0 \
-DSQLITE_THREADSAFE=0 \
-DSQLITE_DEFAULT_MEMSTATUS=0 \