feat: add sqlite3 and io foreign modules with async callbacks and integrate into build

This commit is contained in:
2025-07-30 03:11:49 +00:00
parent 46abad3a3a
commit 7dda554d0a
14 changed files with 1979 additions and 152 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
make:
gcc main.c wren.c -lcurl -lm -lpthread -o wren
gcc main.c wren.c -g -O0 -fsanitize=address -lcurl -lm -lpthread -lsqlite3 -o wren
make3: