ggml-org/whisper.cpp

Node package ES6 compatibility

オープン

#335 opened on 2022/12/26

 (0 件のコメント) (2 件のリアクション) (0 人の担当者)C++ (6,092 件のフォーク)batch import
buildhelp wanted

Repository metrics

Stars
 (53,143 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド