ggml-org/whisper.cpp

Node package ES6 compatibility

Aberta

#335 aberto em 26 de dez. de 2022

 (0 comentário) (2 reações) (0 responsável)C++ (6.092 forks)batch import
buildhelp wanted

Métricas do repositório

Stars
 (53.143 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

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.

Guia do colaborador