We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baf4cd8 commit 2d41eebCopy full SHA for 2d41eeb
packages/wasm/esbuild.mjs
@@ -3,6 +3,7 @@ import { bothTpl, browserBoth, nodeBoth } from "@hpcc-js/esbuild-plugins";
3
// config ---
4
await Promise.all([
5
bothTpl("src/base91.ts", "dist/base91", undefined, "@hpcc-js/wasm"),
6
+ bothTpl("src/duckdb.ts", "dist/duckdb", undefined, "@hpcc-js/wasm"),
7
bothTpl("src/graphviz.ts", "dist/graphviz", undefined, "@hpcc-js/wasm"),
8
bothTpl("src/expat.ts", "dist/expat", undefined, "@hpcc-js/wasm"),
9
bothTpl("src/zstd.ts", "dist/zstd", undefined, "@hpcc-js/wasm")
0 commit comments