开发者

Chrome browser extensions - hooking into C functions?

开发者 https://www.devze.com 2023-03-01 23:29 出处:网络
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 Chro开发者_JAVA技巧me

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 Chro开发者_JAVA技巧me extension. Is this currently possible?


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消