52e14f31fe
chore: add .gitignore entries for wren binary and merged source file, update Makefile with GTK3 dependencies and commented build targets, and include README with project overview and extension documentation
main
retoor2025-08-20 20:17:34 +00:00
99972eb8cc
feat: replace socket backend with sqlite3 and refactor socket API to static methods
retoor2025-07-30 04:56:55 +00:00
7dda554d0a
feat: add sqlite3 and io foreign modules with async callbacks and integrate into build
retoor2025-07-30 03:11:49 +00:00
46abad3a3a
feat: implement string backend with endsWith, startsWith, and replace methods for Wren VM
retoor2025-07-29 13:15:00 +00:00
e8a993062c
feat: implement web crawler with url queue and html parsing engine
retoor2025-07-29 13:14:51 +00:00
d8b1443bef
feat: integrate string backend and add socket accept operation to async manager
retoor2025-07-29 13:14:47 +00:00
fad9909371
chore: remove entire httplib.h, socket_backend.cpp, and socket_backend_20250729_141833.c files while adding response body print to requests_example.wren
retoor2025-07-29 12:38:46 +00:00
0461db7049
feat: add async HTTP request handling with Wren callback integration and thread pool
retoor2025-07-29 12:35:38 +00:00