isolated-vm
isolated-vm copied to clipboard
Question about static linking
Hey, is it possible to statically link the dependencies to produce self contained version of the library? I'm trying to create nodejs application that uses the library and I need it to be self executable(transferable between different linux distros). I already compiled self contained version of nodejs is there a procedure that I can follow to do same for this library?
Thank you for your time!
ldd node_modules/isolated-vm/out/isolated_vm.node
Sure why not. Good luck!
@nickpanaiotov Any luck with this so far?