| ▲ | pscanf 16 hours ago | |
Very cool project! Question regarding the pluggable js engine: I have an electron app where I'm currently using QuickJS to run LLM-generated code. Would edge.js be able (theoretically) to use electron's v8 to get a "sanboxed within electron" execution environment? | ||
| ▲ | syrusakbary 15 hours ago | parent | next [-] | |
Yes, this should be fully possible. We actually believe Edge.js will a great use case for LLM-generated code. | ||
| ▲ | cyanydeez 16 hours ago | parent | prev [-] | |
naively, based on their install.sh script, you'd pick the correct edge.js executable and shell out to that. I'm sure there's some more integral means, but if you wanted a quick test, that should be easily setup. | ||