I'm developing a multiplatform library with JS tar...
# multiplatform
r
I'm developing a multiplatform library with JS target, I used some npm package, should I use
binaries.executable()
to include these npm packages into klib?
👀 2
a
The NPM package itself will not be included into KLIB, instead it will be bundled into the executable while the application compiling. If your goal is just to publish a KMP library which target to JS, then you don't need the
binaries.executable()