Giorgi / DuckDB.NET

Bindings and ADO.NET Provider for DuckDB
https://duckdb.net
MIT License
338 stars 61 forks source link

Wasm #169

Open AceHack opened 4 months ago

AceHack commented 4 months ago

Please add Wasm target

Giorgi commented 4 months ago

Do you want to use it from Blazor?

ToniFankhauser commented 3 months ago

yes, Wasm from Blazor please

Giorgi commented 3 months ago

To be honest I'm not sure what is needed to make DuckDB work in Blazor.

DuckDB can already run in a browser with DuckDB Wasm. I tried to make it work in Blazor using ASP.NET Core Blazor WebAssembly native dependencies but it didn't work.

I posted about my attempt in the DuckDB Discord wasm channel and the conclusion was that while it's possible to make DuckDB wasm work with Blazor, it would be a lot of work to make it happen.