isaacbrodsky / h3-duckdb

Bindings for H3 to DuckDB
Apache License 2.0
159 stars 8 forks source link

Add makefile changes for duckdb-wasm #90

Closed carlopi closed 6 months ago

carlopi commented 6 months ago

This should change so that artifacts are build against the proper libraries. Makefile has been mostly copy-pasted from from Makefile of duckdb_spatial, pointing to the different library needed by h3-duckdb.

Resulting duckdb-wasm files should be about 287 KB when uncompressed.

There are a couple of paths to have this run in main shell.duckdb.org, I will touch on those separately.