Skip to content

Commit

Permalink
GH-257 Add missing DuckDB to wasm package
Browse files Browse the repository at this point in the history
Fixes #257

Signed-off-by: Gordon Smith <[email protected]>
  • Loading branch information
GordonSmith committed Sep 5, 2024
1 parent baf4cd8 commit 2d41eeb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/wasm/esbuild.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { bothTpl, browserBoth, nodeBoth } from "@hpcc-js/esbuild-plugins";
// config ---
await Promise.all([
bothTpl("src/base91.ts", "dist/base91", undefined, "@hpcc-js/wasm"),
bothTpl("src/duckdb.ts", "dist/duckdb", undefined, "@hpcc-js/wasm"),
bothTpl("src/graphviz.ts", "dist/graphviz", undefined, "@hpcc-js/wasm"),
bothTpl("src/expat.ts", "dist/expat", undefined, "@hpcc-js/wasm"),
bothTpl("src/zstd.ts", "dist/zstd", undefined, "@hpcc-js/wasm")
Expand Down

0 comments on commit 2d41eeb

Please sign in to comment.