I understand the there are multiple toolchains availble in "Native Client SDK". If i am not wrong there are 5 toolchains.
one PNaCl Toolchain
PNaCl - for building pexe (These pexe are platform independent and architecture independent)
Multiple NaCl Toolchain
for building nexe (These nexe are platform independent and but not architecture independent)
NaCl32
NaCl64
NaClRAM
one PPAPI Toolchain
PPAPI
I want to know for what purpose we can use PPAPI toolchain and how to use it??