ggml-org/whisper.cpp

Node package ES6 compatibility

Ouverte

#335 ouverte le 26 déc. 2022

 (0 commentaire) (2 réactions) (0 personne assignée)C++ (6 092 forks)batch import
buildhelp wanted

Métriques du dépôt

Stars
 (53 143 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

The node package that's currently built is not an ES6 compatible package.

I've tried adding the -s EXPORT_ES6 flag and it seems to work properly, but the output still has mixed usage of CommonJS requires and ES6 imports, which breaks things.

Guide contributeur