Skip to content

Cannot load WASM - initWasm TypeError: fetch failed #860

Description

@MengLinMaker

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions