Skip to content
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

Compiling with Emscripten 3.1.72 has problems on extension load #1923

Open
carlopi opened this issue Nov 22, 2024 · 0 comments
Open

Compiling with Emscripten 3.1.72 has problems on extension load #1923

carlopi opened this issue Nov 22, 2024 · 0 comments

Comments

@carlopi
Copy link
Collaborator

carlopi commented Nov 22, 2024

What happens?

LOAD for already built extensions do not succeed due to missing function.

On second LOAD alternative error about capi extensions. This is independent, can be fixed in duckdb/duckdb.

To Reproduce

Build (locally) duckdb-wasm via make apply_patches && make serve, then LOAD spatial.

There is a problem connected to missing dynCall function.

Browser/Environment:

any

Device:

any

DuckDB-Wasm Version:

latest main

DuckDB-Wasm Deployment:

Local deployment of shell

Full Name:

Carlo Piovesan

Affiliation:

DuckDB Labs

carlopi added a commit to carlopi/duckdb-wasm that referenced this issue Nov 25, 2024
This is due to changes in dynamic linking ABI connected virtual table calls.
Tracking issue is at duckdb#1923
carlopi added a commit that referenced this issue Nov 25, 2024
This is due to changes in dynamic linking ABI connected virtual table calls.
Tracking issue is at #1923
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant