Commit Graph

12 Commits

Author SHA1 Message Date
51445f3c9d
should not return arrays 2024-03-05 08:37:33 -08:00
f56360d501
set the final bit to make these AWS-compatible
Some checks failed
AWS-Zig Build / build-zig-0.11.0-amd64-host (push) Failing after 1m39s
2024-03-04 14:55:46 -08:00
ff81524caa
get account id printing with leading zeros 2024-03-04 13:35:57 -08:00
aa051b5220
update generate_credentials to embed account id the way AWS does 2024-03-04 13:09:58 -08:00
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