What do you think making a standalone v8 shell enviroment ?

Asked by mikeyao

There are standalone version of spidermonkey and rhino. v8 is fastest.

Question information

Language:
English Edit question
Status:
Solved
For:
Chromium Browser Edit question
Assignee:
No assignee Edit question
Solved by:
Fabien Tassin
Solved:
Last query:
Last reply:
Revision history for this message
Best Fabien Tassin (fta) said :
#1

we already have a package for v8, producing libv8-0 / libv8-dev / libv8-dbg
It's in the daily PPA along with Chromium.
That's the 1.2 branch (stable).

But afaik, no project besides Chromium and O3D are using v8 so there's no rush pushing that to the repository.

Revision history for this message
mikeyao (mikeyao2) said :
#2

 libv8-0 is just a library. I want command line javascript enviroment. The v8 source code already provide sample for shell.

Revision history for this message
mikeyao (mikeyao2) said :
#3

Thanks Fabien Tassin, that solved my question.