fixup demos

This commit is contained in:
Alex Garcia 2024-05-10 22:05:49 -07:00
parent 3d763f4998
commit a12b5b697d
14 changed files with 21 additions and 736 deletions

View file

@ -4,7 +4,7 @@
<div id="target"></div>
<script type="module">
import {default as init} from "./sqlite3.mjs";
import {default as init} from "https://cdn.jsdelivr.net/npm/sqlite-vec-wasm-demo@latest/sqlite3.mjs";
function log(msg) {
const pre = document.querySelector('#target').appendChild(document.createElement("pre"));
pre.textContent = msg;