Skip to content

Commit

Permalink
Upgrade duckdb wasm.
Browse files Browse the repository at this point in the history
  • Loading branch information
rpbouman committed Apr 15, 2024
1 parent 2db3eee commit bb28674
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,7 @@ <h3 id="aboutDialogTitle">About Huey...</h3>
<ul>
<li>Huey version 0.0.3 - tiny ripple</li>
<li><a href="https://duckdb.org/" target="_duckdb" id="duckdbVersionLabel"></a></li>
<li><a href="https://www.jsdelivr.com/package/npm/@duckdb/duckdb-wasm?version=1.28.1-dev127.0" target="jsdelivr">DuckDB WASM 1.28.1-dev153.0</a></li>
<li><a href="https://www.jsdelivr.com/package/npm/@duckdb/duckdb-wasm?version=1.28.1-dev127.0" target="jsdelivr">DuckDB WASM 1.28.1-dev169.0</a></li>
<li><a href="https://tabler.io/icons" target="_tabler-icons">Tabler Icons v2.47.0</a></li>
<li><a href="https://github.com/rpbouman/huey/" target="_github">Huey Source on Github</a></li>
<li><a href="https://raw.githubusercontent.com/rpbouman/huey/dev/LICENSE" target="_github">License (MIT)</a></li>
Expand Down Expand Up @@ -1061,7 +1061,7 @@ <h1>Axis Caption</h1>

<script onload="resourceLoaded(this)" src="App/App.js"></script>
<script type="module">
import * as duckdb from 'https://cdn.jsdelivr.net/npm/@duckdb/[email protected]dev153.0/+esm';
import * as duckdb from 'https://cdn.jsdelivr.net/npm/@duckdb/[email protected]dev179.0/+esm';

const JSDELIVR_BUNDLES = duckdb.getJsDelivrBundles();
const bundle = await duckdb.selectBundle(JSDELIVR_BUNDLES);
Expand Down

0 comments on commit bb28674

Please sign in to comment.