-
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
WASM extension #9
Comments
I had experimented with this a couple of weeks ago, but ran into trouble compiling the code with emscripten. The PRQL compiler that I'm embedding in this DuckDB C++ extension is written in Rust, and the WASM compilation toolchain was running into linker issues when (statically) linking some Rust libraries. I will give it another look, as I agree that this would be a great feature to have. |
(@ywelsch if there's anything we can do to make this easier on the PRQL side, let us know!) |
FYI, prqlc-r supports be compiled to the emscripten target with like this: However, it cannot be built with the recent nightly toolchain due to an outdated dependency crate (PRQL/prqlc-r#261). |
Very nice work, would it be possible to create a WASM extension to use it in duckdb-wasm?
The text was updated successfully, but these errors were encountered: