Chrome 浏览器扩展 - 连接到 C 函数?
我正在编写一个 Chrome 扩展,其中的某些部分需要超高性能。我正在尝试查找文档,看看是否可以在 Chrome 扩展中使用 C 扩展。目前这可能吗?
I'm writing a Chrome extension and some parts of it need to be super high performance. I'm trying to find documentation to see if it's possible to use C extensions within the Chrome extension. Is this currently possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看原生客户端。您可以通过 C 或 C++(以及自 2.10 起的 Mono)使用 NaCl 编写浏览器/Web 应用程序。您可以在此处找到一个小教程。
Take a look at Native Client. You can write browser/web apps with NaCl via C or C++ (and Mono since 2.10). You can find a small tutorial here.