jsii
jsii copied to clipboard
Bundle node.js into client libraries
Ideally we’d like the various language-specific runtime libraries to be self contained and not require node.js installed on the system. This means that we should bundle node.js itself with the libraries for all target platforms, and choose the right one when starting the jsii-runtime.
We can use something like nexe to bundle the runtime and node together, instead of separately.
This issue has not received any attention in 2 years. If you want to keep this issue open, please leave a comment below and auto-close will be canceled.
Any progress on this?