Question

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?

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top