rust-nodejs icon indicating copy to clipboard operation
rust-nodejs copied to clipboard

Make node runtime non-static

Open LordMZTE opened this issue 4 years ago • 0 comments

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 node would be a struct, which can be created multiple times if necessary.

LordMZTE avatar Sep 11 '21 23:09 LordMZTE