duckdb / duckdb-wasm

WebAssembly version of DuckDB
https://shell.duckdb.org
MIT License
1.03k stars 113 forks source link

Allow to specify bundle #1573

Closed Y-- closed 6 months ago

Y-- commented 6 months ago

While developing, I found it convenient to be able to switch from one bundle to another using the bundle query parameter, so I thought I would contribute it.

It can be used in the Shell like this for example: http://127.0.0.1:8081/?bundle=mvp http://127.0.0.1:8081/?bundle=eh

Happy to adjust the implementation if need be.

Mytherin commented 6 months ago

Thanks!

carlopi commented 6 months ago

And it's live: https://shell.duckdb.org/?bundle=eh or https://shell.duckdb.org/?bundle=mvp, do work, great!