Native Client is a sandbox for running compiled C and C++ code in the browser efficiently and securely, independent of the user’s operating system. Portable Native Client extends that technology with architecture independence, letting developers compile their code once to run in any website and on any architecture with ahead-of-time (AOT) translation.
In short, Native Client brings the performance and low-level control of native code to modern web browsers, without sacrificing the security and portability of the web. Watch the video below for an overview of Native Client, including its goals, how it works, and how Portable Native Client lets developers run native compiled code on the web.
ref: [1] https://developer.chrome.com/native-client
NativeClient 技术使开发者能够在现代浏览器中高效安全地运行 C 和 C++ 编译代码,无需考虑用户的操作系统。它提供了原生代码级别的性能和控制力,同时保持了网络的安全性和可移植性。通过 Portable NativeClient,代码可以被一次性编译,并在任何网站和任何架构上运行。
804

被折叠的 条评论
为什么被折叠?



