A simple extension example with DuckDB-wasm
February 9, 2025 ยท View on GitHub
How to build/run
Build an extension (vsix) file
npx vsce package --allow-missing-repository
Then, install the vsix file and run Hello DuckDB WASM

How I made this
- Create scaffold VSCode extension code with
npx --package yo --package generator-code -- yo code - Install necessary npm packages
- Add TypeScript code (extension.ts/duckdb.ts)
- Change bundle configs
- Contains worker and WASM files