google chrome - How to use the Nacl module compiled by linux Toolchain in Html -


i run "make toolchain=linux" messaging example located under examples/api directory.other toolchains pnacl,newlib,glibc working properly.for linux toolchain generates .so file,nmf not automatically generated,so created using create_nmf command.when change html linux toolchain like

    <body data-name='messaging' data-tools='linux' data-configs='release' data-path='{tc}/{config}> 

error "this plugin not supported".i dont know whether possible in way.whether can access .so nexe/pexe.i supposed use linux toolchain because using "alsa/asoundlib.h" available in linux , chrome os platform.finaly tell how access .so file in html.

you can run messaging sample linux (native) toolchain invoking: toolchain=linux make run

please note, native toolchain support provided debugging aid. shipping applications need built nacl or pnacl toolchain. when run described above, browser launched command-line options allow .so loaded trusted ppapi plugin.


Comments

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - Chrome Extension: Interacting with iframe embedded within popup -