Y
Hacker News
new
|
ask
|
show
|
jobs
by
gpvos
1997 days ago
If
you have an
eval
function or some kind of API to start that execution.
2 comments
bawolff
1997 days ago
Eval() is part of the js language so you obviously do. But regardless you could make your own interpreter if neccessary. You could compile to x86 and then run it in your own VM if you felt like it.
link
josefx
1997 days ago
Or run your own JavaScript interpreter, of course nesting interpreters that way is going to be horribly slow.
link
xg15
1997 days ago
I mean, despite all the weirdness, it's all still run by Chrome's V8 in the end, so it might work...
link