ggml-org/whisper.cpp

Node package ES6 compatibility

Open

#335 aperta il 26 dic 2022

Vedi su GitHub
 (0 commenti) (2 reazioni) (0 assegnatari)C++ (5535 fork)batch import
buildhelp wanted

Metriche repository

Star
 (49.693 star)
Metriche merge PR
 (Merge medio 5g 20h) (36 PR mergiate in 30 g)

Descrizione

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.

Guida contributor