0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2025-05-18 23:26:58 +00:00
Commit Graph

5 Commits

Author SHA1 Message Date
a72c066a8e Wal related changes ()
wal extensions
2024-02-06 17:44:23 +00:00
d89f0b4d8c wasi: add virtual WAL stub
On top of a special VFS, `make wasi` now also compiles-in
a specialized virtual WAL methods module. It doesn't do anything
right now (just falls back to the regular implementation),
but can be used to call back to the host, inject hooks, etc.
2023-11-29 09:27:24 +01:00
7cb1eee19c wasi: implement the rest of VFS 2023-11-26 14:17:16 +01:00
6113da3db9 wasi: ensure exclusive locking mode and WAL journaling 2023-11-26 14:17:16 +01:00
dc75074a37 wasi: add WASI VFS stub 2023-11-26 14:17:16 +01:00