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.

贡献者指南