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

Link embind #1474

Merged
merged 1 commit into from
Dec 1, 2023
Merged

Link embind #1474

merged 1 commit into from
Dec 1, 2023

Conversation

Y--
Copy link
Contributor

@Y-- Y-- commented Nov 8, 2023

Emscripten necessitate that you link all libraries with the main module in order for the dynamically-loaded modules to use them.

So in order to use Embind tooling in a DuckDB loadable extension, we need to link embind with the main module.

This is what this PR enable.

So extensions can use it
@hannes hannes merged commit 76af9cc into duckdb:main Dec 1, 2023
15 checks passed
@hannes
Copy link
Member

hannes commented Dec 1, 2023

Thanks!

vpbs2 pushed a commit to devrev/duckdb-wasm that referenced this pull request Jul 1, 2024
So extensions can use it
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

Successfully merging this pull request may close these issues.

3 participants