Commit Graph

8 Commits

Author SHA1 Message Date
25f92b741d
more cross-platform
All checks were successful
AWS-Zig Build / build-zig-0.11.0-amd64-host (push) Successful in 3m39s
2024-02-24 15:48:18 -08:00
35042cb033
update readme 2024-02-24 15:06:00 -08:00
d7489c1fb7
organize build.zig for cross compiled testing 2024-02-24 11:34:05 -08:00
72f3c99d02
clean up output and documentation 2024-02-24 11:15:13 -08:00
4b0284a778
add credential generation 2024-02-23 17:19:32 -08:00
1a53c3cf8a
createTable handler 2024-01-29 12:46:57 -08:00
79eac7d4f0
add sqlite and a test command (lose WASI support, see note)
With this commit, we lose WASI. This is ok here, because it's not like
we're going to be saving our data on sqlite inside a Cloudflare worker.
The problem actually doesn't seem to be compilation, but runtime.
wasmtime complains that too many locals are defined when sqlite is
compiled into this
2023-10-22 16:56:38 -07:00
ae7327713f
initial commit - much to do 2023-10-22 13:26:57 -07:00