Skip to content

Commit

Permalink
clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
Fil committed Oct 21, 2024
1 parent 710f36a commit 4f58100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/duckdb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export async function getDuckDBManifest(
* for every supported platform p ("eh" and "mvp"), and returns a content-hashed
* reference (_duckdb/{hash}) to use in the corresponding DuckDB INSTALL
* statement. The repo is structured as required by DuckDB with:
* ${repo}/v1.1.1/wasm_{p}/${name}.duckdb_extension.wasm
* ${repo}/v{duckdbversion}/wasm_{platform}/${name}.duckdb_extension.wasm
*/
export async function resolveDuckDBExtension(
root: string,
Expand Down

0 comments on commit 4f58100

Please sign in to comment.