Take_cheeze Wiki
mNo edit summary
mNo edit summary
Line 5: Line 5:
   
 
==Documentation==
 
==Documentation==
  +
* [https://developers.google.com/native-client/dev/devguide/tutorial Tutorial]
 
* [https://developers.google.com/native-client/dev/sdk/download Installation Manual]
 
* [https://developers.google.com/native-client/dev/sdk/download Installation Manual]
 
* [http://www.chromium.org/nativeclient Chromium Reference]
 
* [http://www.chromium.org/nativeclient Chromium Reference]

Revision as of 10:02, 21 November 2012

  • Mechanism to run native code in browser.
  • Only Chromium supports it.
  • IA32, x86_64, ARM binary is supported.
  • howto use naclsdk command

Documentation

Portable Native Client

  • acronym: PNaCl
  • Uses LLVM bitcode in executable to make executable more portable.
  • When executing native client it will generate machine code with LLVM.
  • Chromium page