Commit Graph

3 Commits

Author SHA1 Message Date
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