laverdet / isolated-vm

Secure & isolated JS environments for nodejs
ISC License
2.18k stars 153 forks source link

Question about static linking #390

Open nickpanaiotov opened 1 year ago

nickpanaiotov commented 1 year ago

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

Screenshot 2023-08-30 at 13 15 26
laverdet commented 1 year ago

Sure why not. Good luck!

theurichde commented 11 months ago

@nickpanaiotov Any luck with this so far?