DuckDB Wasm

DuckDB has been compiled to WebAssembly, so it can run inside any browser on any device. {% include iframe.html src="https://shell.duckdb.org" %} DuckDB-Wasm offers a layered API, it can be embedded as a JavaScript + WebAssembly library, as a Web shell, or built from source according to your needs.…