SpiderMonkey 用于 JavaScript,而 WebKit 用于其他一切?
是否可以为 JavaScript 运行 SpiderMonkey,为其他所有内容(CSS、渲染等)运行 WebKit?
根据比较布局引擎 (ECMAScript) - 维基百科,免费百科全书
WebKit 具有过时的 JS 支持(与 Gecko 相比)。那么它能起作用吗?
Is that possible to run SpiderMonkey for JavaScript and WebKit for everything else (CSS, rendering etc)?
According to Comparison of layout engines (ECMAScript) - Wikipedia, the free encyclopedia
WebKit have obsolete JS support (compared to Gecko). So can it work?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
据我所知,没有人做过将 SpiderMonkey 引擎集成到 WebKit 代码库中的工作,但 JSC(WebKit JavaScript 实现)也是一个高质量的、符合标准的 JavaScript 引擎实现。在 SpiderMonkey 上放置 V8 API 方面做了一些工作,我想这有可能将 SpiderMonkey 集成到 Chromium 代码库中,但我不知道目前这项工作有多活跃。
So far as I know, nobody has done the legwork to integrate the SpiderMonkey engine into the WebKit code base, but JSC (the WebKit JavaScript implementation) is also a quality, standards-conforming JavaScript engine implementation. There was some work on putting a V8 API on SpiderMonkey, which has some promise for integrating SpiderMonkey into the Chromium code base I suppose, but I don't know how active that effort currently is.