Options for initializing the DuckDB WASM module (workers build).
Pre-compiled WebAssembly.Module (required for Cloudflare Workers) In Workers, import the WASM file directly and pass it here.
import wasmModule from '@ducklings/workers/wasm';await init({ wasmModule }); Copy
import wasmModule from '@ducklings/workers/wasm';await init({ wasmModule });
Options for initializing the DuckDB WASM module (workers build).