有没有办法使用 Google 的 v8 JavaScript 引擎作为独立的解释器?

发布于 2024-09-27 03:35:02 字数 296 浏览 4 评论 0原文

可能的重复:
独立运行 V8 Javascript 引擎

我想尝试独立的 JavaScript 解释器,而不是在一直都是火狐浏览器。我确实通过谷歌搜索找到了spidermonkey,它可以安装在ubuntu上,但是有没有办法使用谷歌的v8作为独立的解释器?

Possible Duplicate:
Running V8 Javascript Engine Standalone

I want to try a standalone JavaScript interpreter, rather than executing in Firefox all the time. I did find spidermonkey by googling, which could be installed on ubuntu, but is there a way to use Google's v8 as a standalone interpreter?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

恬淡成诗 2024-10-04 03:35:02

是啊是啊!您可以从 Google 下载 V8 shell 并自行运行它:

http://code。 google.com/apis/v8/build.html

Yup yup yup! You can download the V8 shell from Google and run it on its own:

http://code.google.com/apis/v8/build.html

帅气称霸 2024-10-04 03:35:02

您不仅可以独立运行 V8,还有一个名为 node.js 的出色项目,它添加了一些非常有用的库。

Not only can you run V8 standalone, there is a great project called node.js that adds some very useful libraries.

寄风 2024-10-04 03:35:02

编辑:误读你的问题。抱歉 xD,请看一下这篇文章:独立运行 V8 Javascript 引擎

你就可以了将找到有关如何构建解释器的说明。

edit: misread your question. Sorry xD, take a look at this post instead: Running V8 Javascript Engine Standalone

There you'll find instructions on how to build the interpreter.

是伱的 2024-10-04 03:35:02

是的,v8 可以独立运行。 http://code.google.com/p/v8/

有关构建 v8 的详细说明Windows:http://code.google.com/p/v8/wiki/BuildingOnWindows

Yes, v8 can run standalone. http://code.google.com/p/v8/

Detailed instructions for building v8 on Windows: http://code.google.com/p/v8/wiki/BuildingOnWindows

葵雨 2024-10-04 03:35:02

如果你安装了node.js,它会给你命令行访问V8(无DOM)

编辑: 节点ppa

If you install node.js it gives you command line access to V8 (sans DOM)

Edit: Node ppa

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文