You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following is a list of things I am planning to do. Any help would be greatly appreciated! The items with an asterisk are just some ideas that I might not be going to finish.
Add docs.
Add more examples.
Correctly handle garbage collection by using reference counts.
Add utilities to allow users to manage multiple contexts. Since one process can only initialize node instance once, restarting the instance won't be supported. (But a V8 instance can run multiple contexts by using the vm module.)
Provide utilities to manage NPM packages. If they are installed locally, the package.json file can be put alongside Project.toml.
The following is a list of things I am planning to do. Any help would be greatly appreciated! The items with an asterisk are just some ideas that I might not be going to finish.
pthread_create
problem about inspector. NodeJS Inspector #2vm
module.)package.json
file can be put alongsideProject.toml
.vm.Module
.jlnode_addon
to let people start Julia from node.v16v18.copy
) for node value types.Set
mutable?node_str
.The text was updated successfully, but these errors were encountered: