문제

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?

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top