Skip to content

Commit 2d41eeb

Browse files
committed
GH-257 Add missing DuckDB to wasm package
Fixes #257 Signed-off-by: Gordon Smith <[email protected]>
1 parent baf4cd8 commit 2d41eeb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/wasm/esbuild.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import { bothTpl, browserBoth, nodeBoth } from "@hpcc-js/esbuild-plugins";
33
// config ---
44
await Promise.all([
55
bothTpl("src/base91.ts", "dist/base91", undefined, "@hpcc-js/wasm"),
6+
bothTpl("src/duckdb.ts", "dist/duckdb", undefined, "@hpcc-js/wasm"),
67
bothTpl("src/graphviz.ts", "dist/graphviz", undefined, "@hpcc-js/wasm"),
78
bothTpl("src/expat.ts", "dist/expat", undefined, "@hpcc-js/wasm"),
89
bothTpl("src/zstd.ts", "dist/zstd", undefined, "@hpcc-js/wasm")

0 commit comments

Comments
 (0)