whisper.cpp icon indicating copy to clipboard operation
whisper.cpp copied to clipboard

Node package ES6 compatibility

Open matteeyah opened this issue 2 years ago • 0 comments

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.

matteeyah avatar Dec 26 '22 17:12 matteeyah