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.

贡献者指南