Portable Native Client
Stay organized with collections
Save and categorize content based on your preferences.
Portable Native Client is a technology that enables portable, secure execution of native applications in Chrome. This extension of the Native Client project brings the performance and low-level control of native code to modern web browsers without sacrificing the security and portability of the web.
PNaCl helps developers produce a platform-independent form of their native application and run it in the browser without any installs. Behind the scenes, Chrome translates PNaCl applications to machine code at runtime to achieve near-native performance. On other browsers, PNaCl applications can use Emscripten and pepper.js to maintain functionality with a minimal performance hit.
Slides: PNACL
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-08-06 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-08-06 UTC."],[[["Portable Native Client (PNaCl) allows developers to run native applications securely within Chrome, offering the performance of native code with the portability of the web."],["Developers can build platform-independent native applications that run directly in the browser without requiring installations using PNaCl."],["PNaCl achieves near-native performance by translating applications to machine code at runtime in Chrome while maintaining functionality on other browsers with minimal performance impact through Emscripten and pepper.js."]]],["Portable Native Client (PNaCl) allows for the secure and portable execution of native applications within Chrome, extending the benefits of native code to web browsers. Developers can create platform-independent applications that run in the browser without installation. Chrome translates these PNaCl applications into machine code at runtime for near-native performance. In other browsers, PNaCl apps utilize Emscripten and pepper.js to function, albeit with some performance reduction.\n"]]