ggml-org/whisper.cpp

Node package ES6 compatibility

Open

#335 opened on 2022年12月26日

GitHub で見る
 (0 comments) (2 reactions) (0 assignees)C++ (5,535 forks)batch import
buildhelp wanted

Repository metrics

Stars
 (49,693 stars)
PR merge metrics
 (平均マージ 5d 20h) (30d で 36 merged PRs)

説明

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.

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