It would be great to be able to install/load [DuckDB extensions](https://duckdb.org/docs/extensions/overview.html) as simply as: ```yaml --- sql: install: [json, fts, icu, spatial, vss] tables: taxis: nyc-taxis.parquet --- ``` (This means we'll need to extend the shape of the sql front matter option, see #1054) related: https://github.com/observablehq/framework/issues/1007; #1508 Ref.: [documentation](https://duckdb.org/docs/api/wasm/extensions.html#fetching-duckdb-wasm-extensions) for loading extensions in duckdb-wasm.