Add support for both wasm/ffi version of sqlite3

This commit is contained in:
2024-01-21 20:35:36 +08:00
parent ae43c53299
commit 4d886cb85a
12 changed files with 117 additions and 14 deletions

View File

@@ -28,6 +28,7 @@
"@lit-labs/react/": "https://esm.sh/@lit-labs/[email protected]/",
"bootstrap/": "https://esm.sh/[email protected]/",
"filesize": "https://esm.sh/[email protected]",
"pwn/": "https://deno.land/x/[email protected]/"
"pwn/": "https://deno.land/x/[email protected]/",
"sqlite3/": "https://deno.land/x/[email protected]/"
}
}