Justin Mandzik
Results
1
comments of
Justin Mandzik
I'm using [email protected] with ES modules and had to explicitly set a path to the wasm binary: ```js const wasmBinary = await readFile(new URL("../node_modules/sql.js/dist/sql-wasm.wasm", import.meta.url)); const SQLJS = await initSql({...