DuckDB.NET icon indicating copy to clipboard operation
DuckDB.NET copied to clipboard

Wasm

Open AceHack opened this issue 2 years ago • 3 comments

Please add Wasm target

AceHack avatar Feb 19 '24 12:02 AceHack

Do you want to use it from Blazor?

Giorgi avatar Feb 19 '24 12:02 Giorgi

yes, Wasm from Blazor please

ToniFankhauser avatar Mar 06 '24 18:03 ToniFankhauser

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.

Giorgi avatar Mar 08 '24 19:03 Giorgi