-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
duckdb geo in Observable #16
Comments
Good question, the version of DuckDB used in Observable is based on WASM. I will check how it's possible to use unsigned extension. |
It would be great if it could work. |
For now, it's impossible to use unsigned extension with duckdb-WASM. But there is some interesting change from duckdb-wasm. |
Hi! Carlo from DuckDB Labs here. We are actively experimenting with DuckDB Wasm extensions, but for this to be live on Observable a few things will have to happen:
I think partially 1 and 2 can be worked in parallel, I will modify extension-template repo with instructions on how to generate the WebAssembly-enabled files, and then I will be very happy to get feedback on from this extension perspective. Here the trackign issue on extension loading: duckdb/duckdb-wasm#1202, feedback is very welcome also from extension-authors! |
This should work nowadays, right? duckdb/duckdb-wasm#1202 (comment) |
DuckDB is now very much used in Observable. Is it possible to use this extension in this context? If yes, how?
https://observablehq.com/@observablehq/duckdb
The text was updated successfully, but these errors were encountered: