Smaller binary (wasm) size? #1469
stereobooster
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
any answer to this? i currently need a huge number of megabytes while i only need parquet support |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I assume, that by default DuckDB-Wasm includes all features and that is why binary is big (~17mb). Is there a way to make builds containing only subset of features? For example, if I don't need S3 support or I don't need parquet support.
For comparison, sql-wasm.wasm is 599K (from sql.js)
Beta Was this translation helpful? Give feedback.
All reactions