nbind icon indicating copy to clipboard operation
nbind copied to clipboard

Support changing the output name from "nbind"

Open dasa opened this issue 8 years ago • 1 comments

I'd like to change the output name used by emscripten to not be "nbind". Is this supported?

I tried renaming nbind.js, but it still looks for nbind.js.mem which I'd also like to rename.

dasa avatar Jan 10 '17 22:01 dasa

Changing product_name in src/nbind.gypi inside nbind is enough to change the name of that file, and this line to find it with the new name if loading on Node.js. I'm thinking how to make this properly configurable.

jjrv avatar Jan 14 '17 07:01 jjrv