ggml-org/whisper.cpp

Node package ES6 compatibility

Open

#335 ouverte le 26 déc. 2022

Voir sur GitHub
 (0 commentaires) (2 réactions) (0 assignés)C++ (5 535 forks)batch import
buildhelp wanted

Métriques du dépôt

Stars
 (49 693 stars)
Métriques de merge PR
 (Merge moyen 5j 20h) (36 PRs mergées en 30 j)

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