ggml-org/whisper.cpp

Node package ES6 compatibility

Open

#335 建立於 2022年12月26日

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

描述

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.

貢獻者指南