- Mechanism to run native code in browser.
- Only Chromium supports it.
- IA32, x86_64, ARM binary is supported.
- howto use naclsdk command
- Running LISP on NaCl
- Has notes about nacl_io.
- lua interpreter example
Documentation[]
- Tutorial
- Installation Manual
- Chromium Reference
- Pepper API Reference
- SDL Porting reference
- Writing Manifest File
- FileIO coding
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
- Handling struct in va_arg.
- Stability of PNaCl bitcode ABI.