Commit Graph

9 Commits

Author SHA1 Message Date
2157faf8ef
upgrade to zig 0.13.0
All checks were successful
AWS-Zig Build / build (push) Successful in 4m38s
2024-06-08 11:17:06 -07:00
3a1208d6a9
update aws-zig dependency 2024-05-15 14:20:10 -07:00
1e544d75c1
upgrade to zig 0.12.0 2024-05-15 13:16:24 -07:00
9d6527acf4
update to universal lambda that includes resource usage 2024-03-04 13:10:37 -08:00
3bec261395
upgrade aws-zig to latest 2024-02-24 11:15:56 -08:00
1a53c3cf8a
createTable handler 2024-01-29 12:46:57 -08:00
8925367a70
update to latest universal lambda/get access id to createtable 2023-10-23 14:11:05 -07: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