ggml-org/whisper.cpp

Node package ES6 compatibility

Open

#335 建立於 2022年12月26日

在 GitHub 查看
 (0 留言) (2 反應) (0 負責人)C++ (5,535 fork)batch import
buildhelp wanted

倉庫指標

Star
 (49,693 star)
PR 合併指標
 (平均合併 5天 20小時) (30 天內合併 36 個 PR)

描述

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.

貢獻者指南