0

I have some c libraries for image processing and optimizing. Should I port my c libs to native client for publishing as chrome app? Is there any other way to use the c libs?

4

1 回答 1

1

Native Client (NaCl) 或 Portable Native Client (PNaCl) 是不错的选择,本指南可以帮助您在 NaCl 和 PNaCl 之间进行选择。他们将提供最佳性能。如果您想部署到其他不支持 NaCl 的浏览器,您可以研究pepper.js,并使用这些额外的限制来完成您的移植。这将使您能够使用 [P]NaCl 或Emscripten

于 2013-10-08T16:36:02.407 回答