0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2025-03-14 20:38:04 +00:00

5 Commits

Author SHA1 Message Date
f8128d27e6 float16 implementation 2024-08-22 00:48:30 +04:00
cc9bcb1e15 wasm: add make wasi command
It is not directly tested or usable yet, and depends on having
wasi-libc library available at /usr/share/wasi-sysroot.

Still, it compiled, so it's a nice start.

`make wasi` produces `libsql.wasm` module.
Future work includes using this module to run a WebAssembly app
in a runtime that supports WASI, using `libsql.wasm` as the database
implementation.

The patch is based on splitting SQLITE_OMIT_WAL into SQLITE_OMIT_SHARED_MEM,
so that we can still compile WAL mode, just without shared memory,
so still usable with exclusive mode or via libSQL's virtual WAL.
2023-11-23 19:55:56 +01:00
ab44a0a24f .gitignore: update 2023-11-16 09:34:39 +01:00
e7ca93a902 fix ci 2023-10-16 15:25:18 +02:00
bf899d0b9a restructure repository 2023-10-16 13:58:16 +02:00