Yes, the bundled binary includes Node. It basically puts your scripts and the Node executable in one file.
As for loading Node dynamically, I think you are missing the point.
Log in to continue
We're a place where coders share, stay up-to-date and grow their careers.
Bundled binary is large, it includes node itself ?
Is there a way to use pkg so it dynamically links to node instead ?
Yes, the bundled binary includes Node. It basically puts your scripts and the Node executable in one file.
As for loading Node dynamically, I think you are missing the point.