rust-nodejs
rust-nodejs copied to clipboard
Embedding Node.js in Rust
# Patching CVE-2007-4559 Hi, we are security researchers from the Advanced Research Center at [Trellix](https://www.trellix.com). We have began a campaign to patch a widespread bug named CVE-2007-4559. CVE-2007-4559 is a...
Some examples would be great to figure out how to use this. These are some exmples which I think would be great, as they're not something usually done in neon:...
Currently, it's not possible to pass command line arguments to the node runtime. It would be awesome if that were possible, mostly for debugging.
Currently, the runtime is done statically, meaning only one instance of it is allowed at a time. It would be much nicer to use this library if an instance of...