Extensions.

This commit is contained in:
Nuno Cruces
2023-03-21 00:13:12 +00:00
parent 1a3a1be1f6
commit 589ad86f76
16 changed files with 134 additions and 16 deletions

View File

@@ -5,7 +5,7 @@ cd -P -- "$(dirname -- "$0")"
zig cc --target=wasm32-wasi -flto -g0 -Os \
-o mptest.wasm main.c \
-I../../../sqlite3 \
-I../../../sqlite3/ \
-mmutable-globals \
-mbulk-memory -mreference-types \
-mnontrapping-fptoint -msign-ext \

View File

@@ -5,7 +5,6 @@
//
#include "os.c"
#include "qsort.c"
#include "time.c"
sqlite3_destructor_type malloc_destructor = &free;
size_t sqlite3_interrupt_offset = offsetof(sqlite3, u1.isInterrupted);