When I call initWasm, the program fails.
I am running Node 25 and running this code with Vitest - hence the ESM import.
import { Table, WriterPropertiesBuilder, Compression, writeParquet } from 'parquet-wasm/esm'
import initWasm from 'parquet-wasm/esm'
await initWasm()
Recieved error:
TypeError: fetch failed
Caused by: Error: not implemented... yet...
❯ __wbg_init ../../../node_modules/.pnpm/parquet-wasm@0.7.1/node_modules/parquet-wasm/esm/parquet_wasm.js:2930:26
When I call
initWasm, the program fails.I am running Node 25 and running this code with Vitest - hence the ESM import.
Recieved error: