Is there a way to load the extension in duckdb-wasm?
We'd love to use the extension in duckdb-wasm. Currently, it appears, the extension isn't published on extensions.duckdb.org. Is there a different way of loading it in duckdb-wasm than just LOAD iceberg;?
I would also be interested in experimenting with it. The code indicates that wasm has been excluded from build https://github.com/duckdb/duckdb-iceberg/blob/2dcea92d996c95d5741931fdb63a4d2085ad83da/.github/workflows/MainDistributionPipeline.yml#L22
done in this PR That would be great if it where fixed.
If my memory serves right, @carlopi was eventually planning on making some updates to the http stack in duckdb-wasm that would enable things like this
See #277